]> granicus.if.org Git - sudo/commit
There's no point in trying to interpose protected versions of the
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 29 Sep 2015 03:20:37 +0000 (21:20 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 29 Sep 2015 03:20:37 +0000 (21:20 -0600)
commit37abc1b7e40e51d0f0f128041e7f2bd9cc7032e9
tree0675df1f28555d6b804495e9a918126f61a0f18b
parentd5086dfde444cecea7043098569503d87be628b9
There's no point in trying to interpose protected versions of the
exec family of functions.  Many modern C libraries use hidden symbols
for the functions and syscalls defined in libc such that they cannot
be overridden inside libc itself.  We have to just wrap all the exec
variants plus system and popen.
config.h.in
configure
configure.ac
src/sudo_noexec.c