mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Add sudo.conf to SEE ALSO and rename section on sudo.conf
This commit is contained in:
parent
328429832d
commit
fbac05467b
@ -83,18 +83,19 @@ DDEESSCCRRIIPPTTIIOONN
|
|||||||
The various values have explicit types which removes much of
|
The various values have explicit types which removes much of
|
||||||
the ambiguity of the _s_u_d_o_e_r_s format.
|
the ambiguity of the _s_u_d_o_e_r_s format.
|
||||||
|
|
||||||
UUssiinngg ssuuddoo..ccoonnff wwiitthh vviissuuddoo
|
DDeebbuuggggiinngg aanndd ssuuddooeerrss pplluuggiinn aarrgguummeennttss
|
||||||
vviissuuddoo versions 1.8.4 and higher support a flexible debugging framework
|
vviissuuddoo versions 1.8.4 and higher support a flexible debugging framework
|
||||||
that is configured via Debug lines in the sudo.conf(4) file. Starting
|
that is configured via Debug lines in the sudo.conf(4) file.
|
||||||
with ssuuddoo 1.8.12, vviissuuddoo will also parse the arguments to the _s_u_d_o_e_r_s
|
|
||||||
plugin to override the default _s_u_d_o_e_r_s path name, UID, GID and file mode.
|
Starting with ssuuddoo 1.8.12, vviissuuddoo will also parse the arguments to the
|
||||||
These arguments, if present, should be listed after the path to the
|
_s_u_d_o_e_r_s plugin to override the default _s_u_d_o_e_r_s path name, UID, GID and
|
||||||
plugin (i.e. after _s_u_d_o_e_r_s_._s_o). Multiple arguments may be specified,
|
file mode. These arguments, if present, should be listed after the path
|
||||||
separated by white space. For example:
|
to the plugin (i.e. after _s_u_d_o_e_r_s_._s_o). Multiple arguments may be
|
||||||
|
specified, separated by white space. For example:
|
||||||
|
|
||||||
Plugin sudoers_policy sudoers.so sudoers_mode=0400
|
Plugin sudoers_policy sudoers.so sudoers_mode=0400
|
||||||
|
|
||||||
The following plugin arguments are supported:
|
The following arguments are supported:
|
||||||
|
|
||||||
sudoers_file=pathname
|
sudoers_file=pathname
|
||||||
The _s_u_d_o_e_r_s___f_i_l_e argument can be used to override the default
|
The _s_u_d_o_e_r_s___f_i_l_e argument can be used to override the default
|
||||||
@ -166,7 +167,7 @@ DDIIAAGGNNOOSSTTIICCSS
|
|||||||
path name as the _s_u_d_o_e_r_s file to export.
|
path name as the _s_u_d_o_e_r_s file to export.
|
||||||
|
|
||||||
SSEEEE AALLSSOO
|
SSEEEE AALLSSOO
|
||||||
vi(1), sudoers(4), sudo(1m), vipw(1m)
|
vi(1), sudo.conf(4), sudoers(4), sudo(1m), vipw(1m)
|
||||||
|
|
||||||
AAUUTTHHOORRSS
|
AAUUTTHHOORRSS
|
||||||
Many people have worked on ssuuddoo over the years; this version consists of
|
Many people have worked on ssuuddoo over the years; this version consists of
|
||||||
|
@ -233,7 +233,7 @@ The various values have explicit types which removes much of the
|
|||||||
ambiguity of the
|
ambiguity of the
|
||||||
\fIsudoers\fR
|
\fIsudoers\fR
|
||||||
format.
|
format.
|
||||||
.SS "Using sudo.conf with visudo"
|
.SS "Debugging and sudoers plugin arguments"
|
||||||
\fBvisudo\fR
|
\fBvisudo\fR
|
||||||
versions 1.8.4 and higher support a flexible debugging framework
|
versions 1.8.4 and higher support a flexible debugging framework
|
||||||
that is configured via
|
that is configured via
|
||||||
@ -241,6 +241,7 @@ that is configured via
|
|||||||
lines in the
|
lines in the
|
||||||
sudo.conf(@mansectform@)
|
sudo.conf(@mansectform@)
|
||||||
file.
|
file.
|
||||||
|
.PP
|
||||||
Starting with
|
Starting with
|
||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
1.8.12,
|
1.8.12,
|
||||||
@ -262,7 +263,7 @@ Plugin sudoers_policy sudoers.so sudoers_mode=0400
|
|||||||
.RE
|
.RE
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.PP
|
||||||
The following plugin arguments are supported:
|
The following arguments are supported:
|
||||||
.TP 10n
|
.TP 10n
|
||||||
sudoers_file=pathname
|
sudoers_file=pathname
|
||||||
The
|
The
|
||||||
@ -376,6 +377,7 @@ has the same path name as the
|
|||||||
file to export.
|
file to export.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
vi(1),
|
vi(1),
|
||||||
|
sudo.conf(@mansectform@),
|
||||||
sudoers(@mansectform@),
|
sudoers(@mansectform@),
|
||||||
sudo(@mansectsu@),
|
sudo(@mansectsu@),
|
||||||
vipw(@mansectsu@)
|
vipw(@mansectsu@)
|
||||||
|
@ -225,7 +225,7 @@ ambiguity of the
|
|||||||
.Em sudoers
|
.Em sudoers
|
||||||
format.
|
format.
|
||||||
.El
|
.El
|
||||||
.Ss Using sudo.conf with visudo
|
.Ss Debugging and sudoers plugin arguments
|
||||||
.Nm visudo
|
.Nm visudo
|
||||||
versions 1.8.4 and higher support a flexible debugging framework
|
versions 1.8.4 and higher support a flexible debugging framework
|
||||||
that is configured via
|
that is configured via
|
||||||
@ -233,6 +233,7 @@ that is configured via
|
|||||||
lines in the
|
lines in the
|
||||||
.Xr sudo.conf @mansectform@
|
.Xr sudo.conf @mansectform@
|
||||||
file.
|
file.
|
||||||
|
.Pp
|
||||||
Starting with
|
Starting with
|
||||||
.Nm sudo
|
.Nm sudo
|
||||||
1.8.12,
|
1.8.12,
|
||||||
@ -358,6 +359,7 @@ file to export.
|
|||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr vi 1 ,
|
.Xr vi 1 ,
|
||||||
|
.Xr sudo.conf @mansectform@ ,
|
||||||
.Xr sudoers @mansectform@ ,
|
.Xr sudoers @mansectform@ ,
|
||||||
.Xr sudo @mansectsu@ ,
|
.Xr sudo @mansectsu@ ,
|
||||||
.Xr vipw @mansectsu@
|
.Xr vipw @mansectsu@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user