]> granicus.if.org Git - sudo/commit
Add support for command timeouts in sudoers. After the timeout,
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 14 Feb 2017 22:56:34 +0000 (15:56 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 14 Feb 2017 22:56:34 +0000 (15:56 -0700)
commit3980f1531b7942faa05ae8986b544ac1fb6d8415
tree0e566a6c18b4788ef0ecca4b08b30502441a116d
parent4f9dcd72649b87d5cc805a752926f030f620ffc5
Add support for command timeouts in sudoers.  After the timeout,
the command will be terminated.
31 files changed:
MANIFEST
doc/sudoers.cat
doc/sudoers.man.in
doc/sudoers.mdoc.in
plugins/sudoers/Makefile.in
plugins/sudoers/def_data.c
plugins/sudoers/def_data.h
plugins/sudoers/def_data.in
plugins/sudoers/defaults.c
plugins/sudoers/defaults.h
plugins/sudoers/gram.c
plugins/sudoers/gram.h
plugins/sudoers/gram.y
plugins/sudoers/ldap.c
plugins/sudoers/mkdefaults
plugins/sudoers/parse.c
plugins/sudoers/parse.h
plugins/sudoers/policy.c
plugins/sudoers/regress/sudoers/test17.in [new file with mode: 0644]
plugins/sudoers/regress/sudoers/test17.json.ok [new file with mode: 0644]
plugins/sudoers/regress/sudoers/test17.out.ok [new file with mode: 0644]
plugins/sudoers/regress/sudoers/test17.toke.ok [new file with mode: 0644]
plugins/sudoers/regress/sudoers/test18.in [new file with mode: 0644]
plugins/sudoers/regress/sudoers/test18.json.ok [new file with mode: 0644]
plugins/sudoers/regress/sudoers/test18.out.ok [new file with mode: 0644]
plugins/sudoers/regress/sudoers/test18.toke.ok [new file with mode: 0644]
plugins/sudoers/testsudoers.c
plugins/sudoers/timeout.c [new file with mode: 0644]
plugins/sudoers/toke.c
plugins/sudoers/toke.l
plugins/sudoers/visudo_json.c