]> granicus.if.org Git - sudo/commit
systrace(4) support for sudo. On systems with the systrace(4) kernel
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Sep 2004 17:30:23 +0000 (17:30 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Sep 2004 17:30:23 +0000 (17:30 +0000)
commitd492138ff0fc302b24f8c3cdc51b0ac6c471b1ac
treef7e8d5d0e1b3b72fad4e78e234f116c55c7eb926
parentaa8d212e3c7e90cecba72265e143efe0016e48f1
systrace(4) support for sudo.  On systems with the systrace(4) kernel
facility (OpenBSD, NetBSD, Linux w/ patches) sudo can intercept exec
calls and check the exec args against the sudoers file.
In other words, sudo can now control subcommands and shell escapes.
mon_systrace.c [new file with mode: 0644]