mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 22:35:10 +00:00
Document that commands matched by "sudo ALL" are not affected by
fdexec.
This commit is contained in:
@@ -1852,6 +1852,10 @@ SSUUDDOOEERRSS OOPPTTIIOONNSS
|
|||||||
A workaround is to use the SUDO_COMMAND environment
|
A workaround is to use the SUDO_COMMAND environment
|
||||||
variable instead.
|
variable instead.
|
||||||
|
|
||||||
|
The _f_d_e_x_e_c setting is only used when the command is matched
|
||||||
|
by path name. It has no effect if the command is matched
|
||||||
|
by the built-in AALLLL alias.
|
||||||
|
|
||||||
This setting is only supported by version 1.8.20 or higher.
|
This setting is only supported by version 1.8.20 or higher.
|
||||||
If the operating system does not support the fexecve(2)
|
If the operating system does not support the fexecve(2)
|
||||||
system call, this setting has no effect.
|
system call, this setting has no effect.
|
||||||
@@ -2792,4 +2796,4 @@ DDIISSCCLLAAIIMMEERR
|
|||||||
file distributed with ssuuddoo or https://www.sudo.ws/license.html for
|
file distributed with ssuuddoo or https://www.sudo.ws/license.html for
|
||||||
complete details.
|
complete details.
|
||||||
|
|
||||||
Sudo 1.8.20 March 22, 2017 Sudo 1.8.20
|
Sudo 1.8.20 March 27, 2017 Sudo 1.8.20
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
||||||
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDOERS" "5" "March 22, 2017" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
.TH "SUDOERS" "5" "March 27, 2017" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -3700,6 +3700,13 @@ A workaround is to use the
|
|||||||
\fRSUDO_COMMAND\fR
|
\fRSUDO_COMMAND\fR
|
||||||
environment variable instead.
|
environment variable instead.
|
||||||
.sp
|
.sp
|
||||||
|
The
|
||||||
|
\fIfdexec\fR
|
||||||
|
setting is only used when the command is matched by path name.
|
||||||
|
It has no effect if the command is matched by the built-in
|
||||||
|
\fBALL\fR
|
||||||
|
alias.
|
||||||
|
.sp
|
||||||
This setting is only supported by version 1.8.20 or higher.
|
This setting is only supported by version 1.8.20 or higher.
|
||||||
If the operating system does not support the
|
If the operating system does not support the
|
||||||
fexecve(2)
|
fexecve(2)
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
|
||||||
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
|
||||||
.\"
|
.\"
|
||||||
.Dd March 22, 2017
|
.Dd March 27, 2017
|
||||||
.Dt SUDOERS @mansectform@
|
.Dt SUDOERS @mansectform@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -3457,6 +3457,13 @@ A workaround is to use the
|
|||||||
.Dv SUDO_COMMAND
|
.Dv SUDO_COMMAND
|
||||||
environment variable instead.
|
environment variable instead.
|
||||||
.Pp
|
.Pp
|
||||||
|
The
|
||||||
|
.Em fdexec
|
||||||
|
setting is only used when the command is matched by path name.
|
||||||
|
It has no effect if the command is matched by the built-in
|
||||||
|
.Sy ALL
|
||||||
|
alias.
|
||||||
|
.Pp
|
||||||
This setting is only supported by version 1.8.20 or higher.
|
This setting is only supported by version 1.8.20 or higher.
|
||||||
If the operating system does not support the
|
If the operating system does not support the
|
||||||
.Xr fexecve 2
|
.Xr fexecve 2
|
||||||
|
Reference in New Issue
Block a user