2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Add tmpfiles.d/sudo.conf template.

This commit is contained in:
Todd C. Miller 2015-04-08 07:14:33 -06:00
parent fa3552fa76
commit cfe7a4cb33

6
init.d/sudo.conf.in Normal file
View File

@ -0,0 +1,6 @@
# Create an empty sudo time stamp directory on OSes using systemd.
# Sudo will create the directory itself but this can cause problems
# on systems that have SELinux enabled since the directories will be
# created with the user's security context.
d @rundir@ 0711 root root
D @rundir@/ts 0700 root root