problem with group

Todd C. Miller Todd.Miller at courtesan.com
Thu Mar 7 12:21:36 EST 2002


Sudo sets the real and effective group id to that of the target
user.  There is no sudoers option to disable this.  However, you
may be better served by setting the setgid bit on the directories
in question to enable BSD group semantics.  This will mean that
files inherit the group from the parent directory.

 - todd



More information about the sudo-users mailing list