]> granicus.if.org Git - sudo/commitdiff
mention --disable-shared
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 26 Nov 2012 20:25:19 +0000 (15:25 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 26 Nov 2012 20:25:19 +0000 (15:25 -0500)
INSTALL

diff --git a/INSTALL b/INSTALL
index e2bcc098e0c3d8ca11924e32edd079912ca5df76..35719d559d4fa932e3d452adf51dbcec554d3761 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -688,6 +688,15 @@ The following options are also configurable at runtime:
         implement messages in the invoking user's native language.
        Note that translations do not exist for all languages.
 
+  --disable-shared
+        Disable dynamic shared object support.  By default, sudo
+        is built with a plugin API capable of loading arbitrary
+        policy and I/O logging plugins.  If the --disable-shared
+        option is specifed, this support is disabled and the default
+        sudoers policy and I/O plugins are embedded in the sudo
+        binary itself.  This will also disable the noexec option
+        as it too relies on dynamic shared object support.
+
 Shadow password and C2 support
 ==============================