[sudo-commits] sudo changeset 8079:63e9f6dc7af5

Todd C. Miller Todd.Miller at courtesan.com
Thu May 17 12:07:48 EDT 2012


changeset:	8079:63e9f6dc7af5 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/63e9f6dc7af5
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu May 17 12:07:18 2012 -0400

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
	byile is considered OK.  Note that visudo will still
	set the mode to the value specified at configure time.

diffstat:

 Makefile.in |   10 ++-
 gram.c      |   14 ++--
 gram.y      |    6 +-
 sudo.c      |  104 +++++++++++++++---------------------
 toke.c      |  169 ++++++++++++++++++++++++++++++++++++-----------------------
 toke.l      |   37 ++++++++++++-
 6 files changed, 197 insertions(+), 143 deletions(-)



More information about the sudo-commits mailing list