From: Todd C. Miller Date: Thu, 26 Feb 2015 16:21:18 +0000 (-0700) Subject: Clear the ts dir instead of just making sure it exists. X-Git-Tag: SUDO_1_8_13^2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a056794e9c9d36cfb51b0448d1f66fb6bceed37a;p=sudo Clear the ts dir instead of just making sure it exists. --- 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