[sudo-commits] sudo changeset 8291:dc34373792fc

Todd C. Miller Todd.Miller at courtesan.com
Thu Aug 2 14:18:20 EDT 2012


changeset:	8291:dc34373792fc in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/dc34373792fc
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Aug 02 14:02:54 2012 -0400

Log Message:
	Add support for parsing an empty Runas_List, which only allows the
	command to be run as the invoking user.  This can be used in
	conjunction with the Solaris Privilege Set support to grant privileges
	without changing the user.

diffstat:

 doc/sudoers.cat                   |    5 +-
 doc/sudoers.man.in                |    5 +-
 doc/sudoers.mdoc.in               |    3 +
 plugins/sudoers/gram.c            |  393 +++++++++++++++++++------------------
 plugins/sudoers/gram.h            |    1 +
 plugins/sudoers/gram.y            |   13 +-
 plugins/sudoers/match.c           |    4 +
 plugins/sudoers/parse.c           |    3 +
 plugins/sudoers/sudoers_version.h |    2 +-
 9 files changed, 237 insertions(+), 192 deletions(-)



More information about the sudo-commits mailing list