From a056794e9c9d36cfb51b0448d1f66fb6bceed37a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 26 Feb 2015 09:21:18 -0700 Subject: [PATCH] Clear the ts dir instead of just making sure it exists. --- sudo.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sudo.pp b/sudo.pp index 435977e65..c4a810fa6 100644 --- a/sudo.pp +++ b/sudo.pp @@ -404,7 +404,7 @@ still allow people to get their work done." if [ -d /lib/systemd ]; then cat > /usr/lib/tmpfiles.d/sudo.conf <<-EOF d %{rundir} 0711 root root - d %{rundir}/ts 0700 root root + D %{rundir}/ts 0700 root root EOF fi -- 2.40.0