From: Todd C. Miller Date: Fri, 24 Sep 2004 18:10:32 +0000 (+0000) Subject: document --with-systrace X-Git-Tag: SUDO_1_7_0~954 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78ac046db54ab11c4a9745e75b40e8b26a468416;p=sudo document --with-systrace --- diff --git a/INSTALL b/INSTALL index 57d04474d..7be93a51a 100644 --- a/INSTALL +++ b/INSTALL @@ -242,6 +242,14 @@ Special features/options: is to compile noexec support if libtool supports building shared objects on your OS. + --with-systrace[=DIR] + Enable support for the systrace(4) tracing facility. This + allows sudo to control execution of further commands by + the program being run through sudo. On systems with + systrace(4) support this is a better option than the + "noexec" facility. If DIR is specified it indicates the + directory in which to find the systrace.h include file. + --disable-root-mailer By default sudo will run the mailer as root when tattling on a user so as to prevent that user from killing the mailer.