[sudo-users] sudo_logsrvd.conf permissions

Todd C. Miller Todd.Miller at sudo.ws
Fri Jul 30 13:58:42 MDT 2021


There was a bug when creating I/O log paths that end in XXXXXX where
the umask was not being set.  So even though the directories were
create with the correct mode (0750), the umask caused the effive
mode to be 0700.  The code to create regular paths already did this.

I just fixed this in https://www.sudo.ws/repos/sudo/rev/c545b3369eae

 - todd


More information about the sudo-users mailing list