From: Todd C. Miller Date: Fri, 2 Mar 2012 16:15:40 +0000 (-0500) Subject: List sudo_noexec.so not noexec.so in the sample sudo.conf X-Git-Tag: SUDO_1_8_5~1^2~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfb6f791051e4c21536e418e963d29364d1aa8e8;p=sudo List sudo_noexec.so not noexec.so in the sample sudo.conf --- diff --git a/doc/sample.sudo.conf b/doc/sample.sudo.conf index c6b2d38cf..34be4bd3e 100644 --- a/doc/sample.sudo.conf +++ b/doc/sample.sudo.conf @@ -4,7 +4,7 @@ # Format: # Plugin plugin_name plugin_path plugin_args ... # Path askpass /path/to/askpass -# Path noexec /path/to/noexec.so +# Path noexec /path/to/sudo_noexec.so # Debug sudo /var/log/sudo_debug all@warn # Set disable_coredump true # diff --git a/doc/sudo.pod b/doc/sudo.pod index d69b5b6d9..50769f1a3 100644 --- a/doc/sudo.pod +++ b/doc/sudo.pod @@ -423,7 +423,7 @@ which corresponds to the following F<@sysconfdir@/sudo.conf> file. # Format: # Plugin plugin_name plugin_path plugin_args ... # Path askpass /path/to/askpass - # Path noexec /path/to/noexec.so + # Path noexec /path/to/sudo_noexec.so # Debug sudo /var/log/sudo_debug all@warn # Set disable_coredump true # diff --git a/doc/sudo_plugin.pod b/doc/sudo_plugin.pod index 8627556d7..568fdd364 100644 --- a/doc/sudo_plugin.pod +++ b/doc/sudo_plugin.pod @@ -64,7 +64,7 @@ This limitation does not apply to I/O plugins. # Format: # Plugin plugin_name plugin_path optional_args # Path askpass /path/to/askpass - # Path noexec /path/to/noexec.so + # Path noexec /path/to/sudo_noexec.so # Debug sudo /var/log/sudo_debug all@warn # Set disable_coredump true # diff --git a/doc/sudoers.pod b/doc/sudoers.pod index 144c8f8a1..e807bbfe7 100644 --- a/doc/sudoers.pod +++ b/doc/sudoers.pod @@ -1608,7 +1608,7 @@ the following F<@sysconfdir@/sudo.conf> file. # Format: # Plugin plugin_name plugin_path plugin_args ... # Path askpass /path/to/askpass - # Path noexec /path/to/noexec.so + # Path noexec /path/to/sudo_noexec.so # Debug sudo /var/log/sudo_debug all@warn # Set disable_coredump true #