]> granicus.if.org Git - sudo/commit
Add support for runas groups. This allows the user to run a command
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 21 Nov 2007 20:12:00 +0000 (20:12 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 21 Nov 2007 20:12:00 +0000 (20:12 +0000)
commitf9f4aca556270b01b0f5ae742556d262240825fe
tree928dd78366ceb93473f02359de9e805885d9d89a
parentbfd781ff658454ad8adc3c689fcc218e628db3fa
Add support for runas groups.  This allows the user to run a command
with a different effective group.  If the -g option is specified
without -u the command will be run as the current user (only the
group will change).  the -g and -u options may be used together.
TODO: implement runas group for ldap
      improve runas group documentation
      add testsudoers support
28 files changed:
WHATSNEW
check.c
def_data.in
defaults.c
gram.c
gram.h
gram.y
ldap.c
logging.c
match.c
mon_systrace.c
parse.c
parse.h
pwutil.c
set_perms.c
sudo.c
sudo.cat
sudo.h
sudo.man.in
sudo.pod
sudo_usage.h.in
sudoers.cat
sudoers.man.in
sudoers.pod
testsudoers.c
visudo.c
visudo.cat
visudo.man.in