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:
parent
fa3552fa76
commit
cfe7a4cb33
6
init.d/sudo.conf.in
Normal file
6
init.d/sudo.conf.in
Normal 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
|
Loading…
x
Reference in New Issue
Block a user