2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-23 10:27:45 +00:00

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 if [ -d /lib/systemd ]; then
cat > /usr/lib/tmpfiles.d/sudo.conf <<-EOF cat > /usr/lib/tmpfiles.d/sudo.conf <<-EOF
d %{rundir} 0711 root root d %{rundir} 0711 root root
d %{rundir}/ts 0700 root root D %{rundir}/ts 0700 root root
EOF EOF
fi fi