regen
This commit is contained in:
@@ -582,4 +582,4 @@ DDIISSCCLLAAIIMMEERR
|
|||||||
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
||||||
complete details.
|
complete details.
|
||||||
|
|
||||||
Sudo 1.8.13 December 4, 2014 Sudo 1.8.13
|
Sudo 1.8.14 December 4, 2014 Sudo 1.8.14
|
||||||
|
@@ -408,4 +408,4 @@ DDIISSCCLLAAIIMMEERR
|
|||||||
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
||||||
complete details.
|
complete details.
|
||||||
|
|
||||||
Sudo 1.8.13 December 4, 2014 Sudo 1.8.13
|
Sudo 1.8.14 December 4, 2014 Sudo 1.8.14
|
||||||
|
@@ -1508,4 +1508,4 @@ DDIISSCCLLAAIIMMEERR
|
|||||||
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
||||||
complete details.
|
complete details.
|
||||||
|
|
||||||
Sudo 1.8.13 December 4, 2014 Sudo 1.8.13
|
Sudo 1.8.14 December 4, 2014 Sudo 1.8.14
|
||||||
|
@@ -2257,8 +2257,16 @@ SSEECCUURRIITTYY NNOOTTEESS
|
|||||||
securely edit files with the editor of their choice. As ssuuddooeeddiitt is a
|
securely edit files with the editor of their choice. As ssuuddooeeddiitt is a
|
||||||
built-in command, it must be specified in _s_u_d_o_e_r_s without a leading path.
|
built-in command, it must be specified in _s_u_d_o_e_r_s without a leading path.
|
||||||
However, it may take command line arguments just as a normal command
|
However, it may take command line arguments just as a normal command
|
||||||
does. For example, to allow user operator to edit the ``message of the
|
does. Wildcards used in _s_u_d_o_e_d_i_t command line arguments are expected to
|
||||||
day'' file:
|
be path names, so a forward slash (`/') will not be matched by a
|
||||||
|
wildcard.
|
||||||
|
|
||||||
|
Unlike other ssuuddoo commands, the editor is run with the permissions of the
|
||||||
|
invoking user and with the environment unmodified. More information may
|
||||||
|
be found in the description of the --ee option in sudo(1m).
|
||||||
|
|
||||||
|
For example, to allow user operator to edit the ``message of the day''
|
||||||
|
file:
|
||||||
|
|
||||||
operator sudoedit /etc/motd
|
operator sudoedit /etc/motd
|
||||||
|
|
||||||
@@ -2408,4 +2416,4 @@ DDIISSCCLLAAIIMMEERR
|
|||||||
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
||||||
complete details.
|
complete details.
|
||||||
|
|
||||||
Sudo 1.8.13 February 26, 2015 Sudo 1.8.13
|
Sudo 1.8.14 March 24, 2015 Sudo 1.8.14
|
||||||
|
@@ -902,4 +902,4 @@ DDIISSCCLLAAIIMMEERR
|
|||||||
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
||||||
complete details.
|
complete details.
|
||||||
|
|
||||||
Sudo 1.8.13 January 30, 2015 Sudo 1.8.13
|
Sudo 1.8.14 January 30, 2015 Sudo 1.8.14
|
||||||
|
@@ -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" "February 26, 2015" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
.TH "SUDOERS" "5" "March 24, 2015" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -4617,6 +4617,21 @@ is a built-in command, it must be specified in
|
|||||||
\fIsudoers\fR
|
\fIsudoers\fR
|
||||||
without a leading path.
|
without a leading path.
|
||||||
However, it may take command line arguments just as a normal command does.
|
However, it may take command line arguments just as a normal command does.
|
||||||
|
Wildcards used in
|
||||||
|
\fIsudoedit\fR
|
||||||
|
command line arguments are expected to be path names, so a forward slash
|
||||||
|
(\(oq/\(cq)
|
||||||
|
will not be matched by a wildcard.
|
||||||
|
.PP
|
||||||
|
Unlike other
|
||||||
|
\fBsudo\fR
|
||||||
|
commands, the editor is run with the permissions of the invoking
|
||||||
|
user and with the environment unmodified.
|
||||||
|
More information may be found in the description of the
|
||||||
|
\fB\-e\fR
|
||||||
|
option in
|
||||||
|
sudo(@mansectsu@).
|
||||||
|
.PP
|
||||||
For example, to allow user operator to edit the
|
For example, to allow user operator to edit the
|
||||||
\(Lqmessage of the day\(Rq
|
\(Lqmessage of the day\(Rq
|
||||||
file:
|
file:
|
||||||
|
@@ -278,4 +278,4 @@ DDIISSCCLLAAIIMMEERR
|
|||||||
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
||||||
complete details.
|
complete details.
|
||||||
|
|
||||||
Sudo 1.8.13 February 5, 2015 Sudo 1.8.13
|
Sudo 1.8.14 February 5, 2015 Sudo 1.8.14
|
||||||
|
@@ -199,4 +199,4 @@ DDIISSCCLLAAIIMMEERR
|
|||||||
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
|
||||||
complete details.
|
complete details.
|
||||||
|
|
||||||
Sudo 1.8.13 December 4, 2014 Sudo 1.8.13
|
Sudo 1.8.14 December 4, 2014 Sudo 1.8.14
|
||||||
|
Reference in New Issue
Block a user