Add ignore_perms plugin argument to skip the sudoers file security checks.
This is not intended to be used in a production environment.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
.nr BA @BAMAN@
|
||||
.nr LC @LCMAN@
|
||||
.nr PS @PSMAN@
|
||||
.TH "SUDOERS" "@mansectform@" "June 20, 2023" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||
.TH "SUDOERS" "@mansectform@" "August 28, 2023" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||
.nh
|
||||
.if n .ad l
|
||||
.SH "NAME"
|
||||
@@ -130,6 +130,18 @@ A value of
|
||||
will disable error recovery.
|
||||
Prior to version 1.9.3, no error recovery was performed.
|
||||
.TP 6n
|
||||
ignore_perms=bool
|
||||
The
|
||||
\fIignore_perms\fR
|
||||
argument can be used to disable security checks when loading the
|
||||
\fIsudoers\fR
|
||||
file.
|
||||
If enabled, the
|
||||
\fIsudoers\fR
|
||||
file will be loaded regardless of the owner or file mode.
|
||||
This argument is intended to be used for testing purposes and
|
||||
should not be enabled on production systems.
|
||||
.TP 6n
|
||||
ldap_conf=pathname
|
||||
The
|
||||
\fIldap_conf\fR
|
||||
|
@@ -25,7 +25,7 @@
|
||||
.nr BA @BAMAN@
|
||||
.nr LC @LCMAN@
|
||||
.nr PS @PSMAN@
|
||||
.Dd June 20, 2023
|
||||
.Dd August 28, 2023
|
||||
.Dt SUDOERS @mansectform@
|
||||
.Os Sudo @PACKAGE_VERSION@
|
||||
.Sh NAME
|
||||
@@ -123,6 +123,17 @@ A value of
|
||||
.Em false
|
||||
will disable error recovery.
|
||||
Prior to version 1.9.3, no error recovery was performed.
|
||||
.It ignore_perms=bool
|
||||
The
|
||||
.Em ignore_perms
|
||||
argument can be used to disable security checks when loading the
|
||||
.Em sudoers
|
||||
file.
|
||||
If enabled, the
|
||||
.Em sudoers
|
||||
file will be loaded regardless of the owner or file mode.
|
||||
This argument is intended to be used for testing purposes and
|
||||
should not be enabled on production systems.
|
||||
.It ldap_conf=pathname
|
||||
The
|
||||
.Em ldap_conf
|
||||
|
Reference in New Issue
Block a user