Update path to sudo_noexec.so

This commit is contained in:
Todd C. Miller
2017-04-27 12:02:29 -06:00
parent 91aec9730e
commit f0425ca813

View File

@@ -327,7 +327,7 @@ Optional features:
another program (think shell escapes). Please see the
"PREVENTING SHELL ESCAPES" section in the sudoers man page
for details. If specified, PATH should be a fully qualified
path name, e.g. /usr/local/libexec/sudo_noexec.so. If PATH
path name, e.g. /usr/local/libexec/sudo/sudo_noexec.so. If PATH
is "no", noexec support will not be compiled in. The default
is to compile noexec support if libtool supports building
shared objects on your OS.