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