sudo.conf 305 B

123456
  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.
  5. d /run/sudo 0711 root root
  6. D /run/sudo/ts 0700 root root