[sudo-commits] sudo changeset 7811:241174babfcc

Todd C. Miller Todd.Miller at courtesan.com
Thu Feb 23 15:57:11 EST 2012


changeset:	7811:241174babfcc in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/241174babfcc
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Feb 22 13:04:03 2012 -0500

Log Message:
	Relax the user/group/mode checks on sudoers files.  As long as the
	file is owned by the right user, not world-writable and not writable
	by a group other than the one specified at configure time (gid 0
	by default), the file is considered OK.  Note that visudo will still
	set the mode to the value specified at configure time.

diffstat:

 MANIFEST                    |    2 +
 common/Makefile.in          |   11 +++-
 common/secure_path.c        |   66 +++++++++++++++++++++++++++
 common/sudo_conf.c          |   44 +++++++++++++++++-
 include/secure_path.h       |   29 ++++++++++++
 plugins/sudoers/Makefile.in |    3 +-
 plugins/sudoers/sudoers.c   |  104 ++++++++++++++++++-------------------------
 7 files changed, 192 insertions(+), 67 deletions(-)



More information about the sudo-commits mailing list