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:
parent
083f59a75c
commit
a056794e9c
2
sudo.pp
2
sudo.pp
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user