]> granicus.if.org Git - sudo/commit
Add support for using fexecve() if supported on commands that are
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 4 Jan 2016 17:35:18 +0000 (10:35 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 4 Jan 2016 17:35:18 +0000 (10:35 -0700)
commitb20977d4452adc95de4fb582ed688335639e6dc3
tree6674f1b435614bc4395332765c2886c5c323446c
parent97e86c74ff31ee8935507b58ac2514a33d7f7146
Add support for using fexecve() if supported on commands that are
checksummed.
19 files changed:
configure
configure.ac
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
include/sudo_plugin.h
plugins/sudoers/match.c
plugins/sudoers/policy.c
plugins/sudoers/sudoers.h
src/exec.c
src/exec_common.c
src/selinux.c
src/sesh.c
src/sudo.c
src/sudo.h
src/sudo_exec.h