]> granicus.if.org Git - sudo/commit
Add exec_background option in plugin command info and a sudoers
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 11 Jan 2013 19:34:09 +0000 (14:34 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 11 Jan 2013 19:34:09 +0000 (14:34 -0500)
commit9479bb623bde5d0ca01c68e08be047e1a77aa97b
tree48cee667b2116cd82693aed32502dbbf844c0ca0
parenta6f3517f23b0b80a87b43c4e562c14a43fdf8e67
Add exec_background option in plugin command info and a sudoers
option to match.  When set, commands are started in the background
and automatically foregrounded as needed.  There are issues with
some ill-mannered programs (like Linux su) so this is not the
default.
13 files changed:
doc/sudo_plugin.cat
doc/sudo_plugin.man.in
doc/sudo_plugin.mdoc.in
doc/sudoers.cat
doc/sudoers.man.in
doc/sudoers.mdoc.in
plugins/sudoers/def_data.c
plugins/sudoers/def_data.h
plugins/sudoers/def_data.in
plugins/sudoers/sudoers.c
src/exec_pty.c
src/sudo.c
src/sudo.h