Clear the ts dir instead of just making sure it exists.

This commit is contained in:
Todd C. Miller
2015-02-26 09:21:18 -07:00
parent 083f59a75c
commit a056794e9c

View File

@@ -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