Remove "please" from the documentation, it is considered bad style.
This commit is contained in:
25
INSTALL.md
25
INSTALL.md
@@ -4,7 +4,7 @@ Sudo installation instructions
|
|||||||
Sudo uses a `configure` script to probe the capabilities and type of the
|
Sudo uses a `configure` script to probe the capabilities and type of the
|
||||||
system in question. Sudo's `configure` script has a large number of options
|
system in question. Sudo's `configure` script has a large number of options
|
||||||
that control its behavior and enable or disable optional functionality.
|
that control its behavior and enable or disable optional functionality.
|
||||||
Please read this document fully before configuring and building sudo.
|
Be sure to read this document fully before configuring and building sudo.
|
||||||
You may also wish to read the file INSTALL.configure which explains more
|
You may also wish to read the file INSTALL.configure which explains more
|
||||||
about the `configure` script itself.
|
about the `configure` script itself.
|
||||||
|
|
||||||
@@ -30,8 +30,8 @@ for a list of packages required to build sudo.
|
|||||||
|
|
||||||
## Simple sudo installation
|
## Simple sudo installation
|
||||||
|
|
||||||
0. If you are upgrading from a previous version of sudo please read
|
0. If you are upgrading from a previous version of sudo, read
|
||||||
the info in [docs/UPGRADE.md](docs/UPGRADE.md) before proceeding.
|
[docs/UPGRADE.md](docs/UPGRADE.md) before proceeding.
|
||||||
|
|
||||||
1. Read the "OS dependent notes" section for any particular
|
1. Read the "OS dependent notes" section for any particular
|
||||||
"gotchas" relating to your operating system.
|
"gotchas" relating to your operating system.
|
||||||
@@ -45,8 +45,9 @@ for a list of packages required to build sudo.
|
|||||||
4. Type `make` to compile sudo. If `configure` did its job properly (and
|
4. Type `make` to compile sudo. If `configure` did its job properly (and
|
||||||
you have a supported configuration) there won't be any problems. If you
|
you have a supported configuration) there won't be any problems. If you
|
||||||
have a problem, check [docs/TROUBLESHOOTING.md](docs/TROUBLESHOOTING.md)
|
have a problem, check [docs/TROUBLESHOOTING.md](docs/TROUBLESHOOTING.md)
|
||||||
for tips on what might have gone wrong. Please mail us if you have a
|
for tips on what might have gone wrong. If your problem is not covered,
|
||||||
fix or if you are unable to come up with a fix (address at EOF).
|
you may file a bug report at https://bugzilla.sudo.ws/ or an issue at
|
||||||
|
https://github.com/sudo-project/sudo/issues/ (not both).
|
||||||
|
|
||||||
5. Type `make install` (as root) to install sudo, visudo, the
|
5. Type `make install` (as root) to install sudo, visudo, the
|
||||||
man pages, and a skeleton sudoers file. Note that the install
|
man pages, and a skeleton sudoers file. Note that the install
|
||||||
@@ -352,7 +353,7 @@ Defaults are listed in brackets after the description.
|
|||||||
|
|
||||||
--with-ldap[=DIR]
|
--with-ldap[=DIR]
|
||||||
Enable LDAP support. If specified, DIR is the base directory
|
Enable LDAP support. If specified, DIR is the base directory
|
||||||
containing the LDAP include and lib directories. Please see
|
containing the LDAP include and lib directories. See
|
||||||
[README.LDAP.md](README.LDAP.md) for more information.
|
[README.LDAP.md](README.LDAP.md) for more information.
|
||||||
|
|
||||||
--with-ldap-conf-file=PATH
|
--with-ldap-conf-file=PATH
|
||||||
@@ -391,7 +392,7 @@ Defaults are listed in brackets after the description.
|
|||||||
This is also used to support the "log_subcmds" sudoers
|
This is also used to support the "log_subcmds" sudoers
|
||||||
setting. For example, this means that for a shell run
|
setting. For example, this means that for a shell run
|
||||||
through sudo, the individual commands run by the shell are
|
through sudo, the individual commands run by the shell are
|
||||||
also subject to rules in the sudoers file. Please see the
|
also subject to rules in the sudoers file. See the
|
||||||
"Preventing Shell Escapes" section in the sudoers man page
|
"Preventing Shell Escapes" section in the sudoers man page
|
||||||
for details. If specified, PATH should be a fully qualified
|
for details. If specified, PATH should be a fully qualified
|
||||||
path name, e.g. /usr/local/libexec/sudo/sudo_intercept.so.
|
path name, e.g. /usr/local/libexec/sudo/sudo_intercept.so.
|
||||||
@@ -402,11 +403,11 @@ Defaults are listed in brackets after the description.
|
|||||||
--with-noexec[=PATH]
|
--with-noexec[=PATH]
|
||||||
Enable support for the "noexec" functionality which prevents
|
Enable support for the "noexec" functionality which prevents
|
||||||
a dynamically-linked program being run by sudo from executing
|
a dynamically-linked program being run by sudo from executing
|
||||||
another program (think shell escapes). Please see the
|
another program (think shell escapes). See the "Preventing
|
||||||
"Preventing Shell Escapes" section in the sudoers man page
|
Shell Escapes" section in the sudoers man page for details.
|
||||||
for details. If specified, PATH should be a fully qualified
|
If specified, PATH should be a fully qualified path name,
|
||||||
path name, e.g. /usr/local/libexec/sudo/sudo_noexec.so. If PATH
|
e.g. /usr/local/libexec/sudo/sudo_noexec.so. If PATH is
|
||||||
is "no", noexec support will not be compiled in. The default
|
"no", noexec support will not be compiled in. The default
|
||||||
is to compile noexec support if libtool supports building
|
is to compile noexec support if libtool supports building
|
||||||
shared objects on your system.
|
shared objects on your system.
|
||||||
|
|
||||||
|
@@ -23,7 +23,7 @@ by synchronizing changes via CVS/RSYNC/RDIST/RCP/SCP and even NFS.
|
|||||||
By using LDAP for sudoers we gain a centrally administered, globally
|
By using LDAP for sudoers we gain a centrally administered, globally
|
||||||
available configuration source for sudo.
|
available configuration source for sudo.
|
||||||
|
|
||||||
For information on OpenLDAP, please see https://www.openldap.org/.
|
For information on OpenLDAP, see https://www.openldap.org/.
|
||||||
|
|
||||||
## Definitions
|
## Definitions
|
||||||
|
|
||||||
@@ -46,11 +46,11 @@ to specify them at configure time. E.g.
|
|||||||
$ ./configure --with-ldap=/usr/local/ldapsdk
|
$ ./configure --with-ldap=/usr/local/ldapsdk
|
||||||
|
|
||||||
Sudo is developed using OpenLDAP but Netscape-based LDAP libraries
|
Sudo is developed using OpenLDAP but Netscape-based LDAP libraries
|
||||||
(such as those present in Solaris) are also known to work.
|
(such as those present in Solaris) and IBM LDAP are also known to work.
|
||||||
|
|
||||||
Your mileage may vary. Please let the sudo workers mailing list
|
If special configuration was required to build an LDAP-enabled sudo,
|
||||||
sudo-workers@sudo.ws know if special configuration was required
|
let the sudo workers mailing list <sudo-workers@sudo.ws> know so
|
||||||
to build an LDAP-enabled sudo so we can improve sudo.
|
we can improve sudo.
|
||||||
|
|
||||||
## Schema Changes
|
## Schema Changes
|
||||||
|
|
||||||
|
30
README.md
30
README.md
@@ -6,10 +6,9 @@ privileges as possible but still allow people to get their work done.
|
|||||||
|
|
||||||
## Where to find sudo
|
## Where to find sudo
|
||||||
|
|
||||||
Before you try and build sudo, *please* make sure you have the current
|
Before building sudo, make sure you have the current version. The
|
||||||
version. The latest sudo may always be gotten via anonymous ftp from
|
latest sudo may always be gotten via anonymous ftp from ftp.sudo.ws
|
||||||
ftp.sudo.ws in the directory /pub/sudo/ or from the sudo web site,
|
in the directory /pub/sudo/ or from the sudo web site, https://www.sudo.ws/
|
||||||
https://www.sudo.ws/
|
|
||||||
|
|
||||||
The distribution is sudo-M.m.tar.gz where _M_ is the major version
|
The distribution is sudo-M.m.tar.gz where _M_ is the major version
|
||||||
number and _m_ is the minor version number. Beta versions of sudo may
|
number and _m_ is the minor version number. Beta versions of sudo may
|
||||||
@@ -23,19 +22,18 @@ a complete list of changes, see the [ChangeLog](ChangeLog).
|
|||||||
For a summary of major changes to the current stable release, see
|
For a summary of major changes to the current stable release, see
|
||||||
https://www.sudo.ws/releases/stable/.
|
https://www.sudo.ws/releases/stable/.
|
||||||
|
|
||||||
If you are upgrading from an earlier version of Sudo, please read
|
If you are upgrading from an earlier version of Sudo, read
|
||||||
[docs/UPGRADE.md](docs/UPGRADE.md) for information on changes in
|
[docs/UPGRADE.md](docs/UPGRADE.md) for information on changes in
|
||||||
behavior that may affect you.
|
behavior that may affect you.
|
||||||
|
|
||||||
For a history of sudo please see [docs/HISTORY.md](docs/HISTORY.md).
|
For a history of sudo see [docs/HISTORY.md](docs/HISTORY.md).
|
||||||
You can find a list of contributors to sudo in
|
You can find a list of contributors to sudo in
|
||||||
[docs/CONTRIBUTORS.md](docs/CONTRIBUTORS.md).
|
[docs/CONTRIBUTORS.md](docs/CONTRIBUTORS.md).
|
||||||
|
|
||||||
## Building the release
|
## Building the release
|
||||||
|
|
||||||
Please read the installation guide, [INSTALL.md](INSTALL.md), before
|
Read the installation guide, [INSTALL.md](INSTALL.md), before trying
|
||||||
trying to build sudo. Pay special attention to the "OS dependent notes"
|
to build sudo. Pay special attention to the "OS dependent notes" section.
|
||||||
section.
|
|
||||||
|
|
||||||
## How to contribute
|
## How to contribute
|
||||||
|
|
||||||
@@ -45,7 +43,7 @@ how you can help contribute to sudo.
|
|||||||
## Copyright
|
## Copyright
|
||||||
|
|
||||||
Sudo is distributed under an ISC-style license.
|
Sudo is distributed under an ISC-style license.
|
||||||
Please refer to [LICENSE.md](LICENSE.md) for details.
|
Refer to [LICENSE.md](LICENSE.md) for details.
|
||||||
|
|
||||||
## Mailing lists
|
## Mailing lists
|
||||||
|
|
||||||
@@ -94,10 +92,10 @@ report in the sudo bug database, at https://bugzilla.sudo.ws/.
|
|||||||
Alternately, you can file a GitHub issue if that is easier for you
|
Alternately, you can file a GitHub issue if that is easier for you
|
||||||
at https://github.com/sudo-project/sudo/issues/.
|
at https://github.com/sudo-project/sudo/issues/.
|
||||||
|
|
||||||
Please see [docs/SECURITY.md](docs/SECURITY.md) for our security
|
See [docs/SECURITY.md](docs/SECURITY.md) for our security policy
|
||||||
policy and how to report security issues.
|
and how to report security issues.
|
||||||
|
|
||||||
Please read over [docs/TROUBLESHOOTING.md](docs/TROUBLESHOOTING.md)
|
Check [docs/TROUBLESHOOTING.md](docs/TROUBLESHOOTING.md) *before*
|
||||||
*before* submitting a bug report. When reporting bugs, please be
|
submitting a bug report. When reporting bugs, be sure to include
|
||||||
sure to include the version of sudo you are using as well as the
|
the version of sudo you are using as well as the platform you are
|
||||||
platform you are running it on.
|
running it on.
|
||||||
|
@@ -6,7 +6,7 @@ number of way you can help make Sudo better.
|
|||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
To get an overview of Sudo, please read the [README.md](../README.md).
|
To get an overview of Sudo, see the [README.md](../README.md) file.
|
||||||
There are multiple ways to contribute, some of which don't require
|
There are multiple ways to contribute, some of which don't require
|
||||||
writing a single line of code.
|
writing a single line of code.
|
||||||
|
|
||||||
@@ -19,12 +19,11 @@ email, messages may be sent to the [sudo-workers@sudo.ws
|
|||||||
mailing list](https://www.sudo.ws/mailman/listinfo/sudo-workers)
|
mailing list](https://www.sudo.ws/mailman/listinfo/sudo-workers)
|
||||||
(public) or to sudo@sudo.ws (private).
|
(public) or to sudo@sudo.ws (private).
|
||||||
|
|
||||||
For information on reporting security issues, please see
|
For information on reporting security issues, see [SECURITY.md](SECURITY.md).
|
||||||
[SECURITY.md](SECURITY.md).
|
|
||||||
|
|
||||||
Please include the version of sudo you are using, the operating
|
Include the version of sudo you are using, the operating system
|
||||||
system and/or distro that is affected, and step-by-step instructions
|
and/or distro that is affected, and, if possible, step-by-step
|
||||||
to reproduce the problem.
|
instructions to reproduce the problem.
|
||||||
|
|
||||||
## Making changes to Sudo
|
## Making changes to Sudo
|
||||||
|
|
||||||
@@ -66,7 +65,7 @@ For more information, see https://www.sudo.ws/security/fuzzing/.
|
|||||||
## Translations
|
## Translations
|
||||||
|
|
||||||
The Free Translation Project provides translations for Sudo. If
|
The Free Translation Project provides translations for Sudo. If
|
||||||
you would like to contribute to Sudo's translations, please see the
|
you would like to contribute to Sudo's translations, see the
|
||||||
ABOUT-NLS file in the Sudo source tree or visit [the Free Translation
|
ABOUT-NLS file in the Sudo source tree or visit [the Free Translation
|
||||||
Project's homepage](https://translationproject.org).
|
Project's homepage](https://translationproject.org).
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
The following list of people, sorted by last name, have contributed
|
The following list of people, sorted by last name, have contributed
|
||||||
code or patches to this implementation of sudo since I began
|
code or patches to this implementation of sudo since I began
|
||||||
maintaining it in 1993. This list is known to be incomplete--if
|
maintaining it in 1993. This list is known to be incomplete--if
|
||||||
you believe you should be listed, please send a note to sudo@sudo.ws.
|
you believe you should be listed, send a note to sudo@sudo.ws.
|
||||||
|
|
||||||
Ackeret, Matt
|
Ackeret, Matt
|
||||||
Adler, Mark
|
Adler, Mark
|
||||||
|
@@ -1,17 +1,17 @@
|
|||||||
Sudo Security Policy
|
Sudo Security Policy
|
||||||
====================
|
====================
|
||||||
|
|
||||||
The Sudo Project takes security seriously. If you believe you have found a security vulnerability in Sudo, please report it to us as described below.
|
The Sudo Project takes security seriously. If you believe you have found a security vulnerability in Sudo, you can report it to us as described below.
|
||||||
|
|
||||||
## Reporting Security Issues
|
## Reporting Security Issues
|
||||||
|
|
||||||
**Please do not report security vulnerabilities through public GitHub issues or Bugzilla.**
|
**Do not report security vulnerabilities through public GitHub issues or Bugzilla.**
|
||||||
|
|
||||||
Instead, please report them via email to <Todd.Miller@sudo.ws>. You may encrypt your message with PGP if you would like. The current PGP key has the fingerprint 59D1 E9CC BA2B 3767 04FD D35B A9F4 C021 CEA4 70FB and may be downloaded from [the sudo.ws web site](https://www.sudo.ws/dist/PGPKEYS) or the [OpenPGP Key Server](https://keys.openpgp.org/search?q=0xa9f4c021cea470fb).
|
Instead, report them via email to <Todd.Miller@sudo.ws>. You may encrypt your message with PGP if you would like. The current PGP key has the fingerprint 59D1 E9CC BA2B 3767 04FD D35B A9F4 C021 CEA4 70FB and may be downloaded from [the sudo.ws web site](https://www.sudo.ws/dist/PGPKEYS) or the [OpenPGP Key Server](https://keys.openpgp.org/search?q=0xa9f4c021cea470fb).
|
||||||
|
|
||||||
We try to respond to security issues in a timely manner but please understand that Sudo is a volunteer project.
|
We try to respond to security issues in a timely manner but understand that Sudo is a volunteer project.
|
||||||
|
|
||||||
Please include as much of the following information as possible to help us better understand the nature and scope of the potential issue:
|
Include as much of the following information as possible to help us better understand the nature and scope of the potential issue:
|
||||||
|
|
||||||
* Type of issue (e.g. buffer overflow, privilege escalation, etc.)
|
* Type of issue (e.g. buffer overflow, privilege escalation, etc.)
|
||||||
* Full paths of source file(s) related to the issue
|
* Full paths of source file(s) related to the issue
|
||||||
|
@@ -318,8 +318,8 @@ It just says "Sorry, try again." three times and exits.
|
|||||||
> configure with the `--disable-pie` option, then `make clean` and
|
> configure with the `--disable-pie` option, then `make clean` and
|
||||||
> `make`. If that fixes the problem then your operating system
|
> `make`. If that fixes the problem then your operating system
|
||||||
> does not properly support position independent executables.
|
> does not properly support position independent executables.
|
||||||
> Please send a message to sudo@sudo.ws with system details such
|
> Send a message to sudo@sudo.ws with system details such as the
|
||||||
> as the Linux distro, kernel version, and CPU architecture.
|
> Linux distro, kernel version, and CPU architecture.
|
||||||
|
|
||||||
#### When I run configure I get the following error:
|
#### When I run configure I get the following error:
|
||||||
|
|
||||||
|
@@ -466,9 +466,6 @@ Notes on upgrading from an older release
|
|||||||
in sudo's ldap.conf unless ldap.conf references a valid certificate
|
in sudo's ldap.conf unless ldap.conf references a valid certificate
|
||||||
authority file(s).
|
authority file(s).
|
||||||
|
|
||||||
Please also see the NEWS file for a list of new features in
|
|
||||||
sudo 1.7.0.
|
|
||||||
|
|
||||||
* Upgrading from a version prior to 1.6.9:
|
* Upgrading from a version prior to 1.6.9:
|
||||||
|
|
||||||
Starting with sudo 1.6.9, if an OS supports a modular authentication
|
Starting with sudo 1.6.9, if an OS supports a modular authentication
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.TH "CVTSUDOERS" "1" "February 10, 2022" "Sudo @PACKAGE_VERSION@" "General Commands Manual"
|
.TH "CVTSUDOERS" "1" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "General Commands Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -620,9 +620,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
\fBsudo\fR.
|
\fBsudo\fR.
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBcvtsudoers\fR,
|
\fBcvtsudoers\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd February 10, 2022
|
.Dd February 16, 2022
|
||||||
.Dt CVTSUDOERS 1
|
.Dt CVTSUDOERS 1
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -534,9 +534,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
.Nm sudo .
|
.Nm sudo .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm ,
|
.Nm ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.nr SL @SEMAN@
|
.nr SL @SEMAN@
|
||||||
.TH "SUDO.CONF" "@mansectform@" "February 11, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
.TH "SUDO.CONF" "@mansectform@" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -422,10 +422,9 @@ Set developer_mode true
|
|||||||
.fi
|
.fi
|
||||||
.RS 10n
|
.RS 10n
|
||||||
.sp
|
.sp
|
||||||
Please note that this creates a security risk, so it is not recommended
|
This creates a security risk and is not recommended for production systems,
|
||||||
on critical systems such as a desktop machine for daily use, but is intended
|
it is intended to be used in a development environment (VM, container, etc).
|
||||||
to be used in development environments (VM, container, etc).
|
Before enabling developer mode, be sure that you understand the implications.
|
||||||
Before enabling developer mode, ensure you understand the implications.
|
|
||||||
.sp
|
.sp
|
||||||
This setting is only available in
|
This setting is only available in
|
||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
@@ -892,9 +891,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
\fBsudo\fR.
|
\fBsudo\fR.
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBsudo\fR,
|
\fBsudo\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.nr SL @SEMAN@
|
.nr SL @SEMAN@
|
||||||
.Dd February 11, 2022
|
.Dd February 16, 2022
|
||||||
.Dt SUDO.CONF @mansectform@
|
.Dt SUDO.CONF @mansectform@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -388,10 +388,9 @@ as follows:
|
|||||||
Set developer_mode true
|
Set developer_mode true
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Please note that this creates a security risk, so it is not recommended
|
This creates a security risk and is not recommended for production systems,
|
||||||
on critical systems such as a desktop machine for daily use, but is intended
|
it is intended to be used in a development environment (VM, container, etc).
|
||||||
to be used in development environments (VM, container, etc).
|
Before enabling developer mode, be sure that you understand the implications.
|
||||||
Before enabling developer mode, ensure you understand the implications.
|
|
||||||
.Pp
|
.Pp
|
||||||
This setting is only available in
|
This setting is only available in
|
||||||
.Nm sudo
|
.Nm sudo
|
||||||
@@ -819,9 +818,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
.Nm sudo .
|
.Nm sudo .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm sudo ,
|
.Nm sudo ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
.nr BA @BAMAN@
|
.nr BA @BAMAN@
|
||||||
.nr LC @LCMAN@
|
.nr LC @LCMAN@
|
||||||
.nr PS @PSMAN@
|
.nr PS @PSMAN@
|
||||||
.TH "SUDO" "@mansectsu@" "February 14, 2022" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
.TH "SUDO" "@mansectsu@" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -1066,7 +1066,7 @@ that reside in a directory that is writable by the user.
|
|||||||
If the user can modify or replace the command there is no way
|
If the user can modify or replace the command there is no way
|
||||||
to limit what additional commands they can run.
|
to limit what additional commands they can run.
|
||||||
.PP
|
.PP
|
||||||
Please note that
|
Note that
|
||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
will normally only log the command it explicitly runs.
|
will normally only log the command it explicitly runs.
|
||||||
If a user runs a command such as
|
If a user runs a command such as
|
||||||
@@ -1084,7 +1084,7 @@ Because of this, care must be taken when giving users access to commands via
|
|||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
to verify that the command does not inadvertently give the user an
|
to verify that the command does not inadvertently give the user an
|
||||||
effective root shell.
|
effective root shell.
|
||||||
For information on ways to address this, please see the
|
For information on ways to address this, see the
|
||||||
\fIPreventing shell escapes\fR
|
\fIPreventing shell escapes\fR
|
||||||
section in
|
section in
|
||||||
sudoers(@mansectform@).
|
sudoers(@mansectform@).
|
||||||
@@ -1496,7 +1496,7 @@ $ sudo cd /usr/local/protected
|
|||||||
.PP
|
.PP
|
||||||
since when the command exits the parent process (your shell) will
|
since when the command exits the parent process (your shell) will
|
||||||
still be the same.
|
still be the same.
|
||||||
Please see the
|
See the
|
||||||
\fIEXAMPLES\fR
|
\fIEXAMPLES\fR
|
||||||
section for more information.
|
section for more information.
|
||||||
.PP
|
.PP
|
||||||
@@ -1506,9 +1506,9 @@ can expose the same kernel bugs that make set-user-ID shell scripts
|
|||||||
unsafe on some operating systems (if your OS has a /dev/fd/ directory,
|
unsafe on some operating systems (if your OS has a /dev/fd/ directory,
|
||||||
set-user-ID shell scripts are generally safe).
|
set-user-ID shell scripts are generally safe).
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBsudo\fR,
|
\fBsudo\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -24,7 +24,7 @@
|
|||||||
.nr BA @BAMAN@
|
.nr BA @BAMAN@
|
||||||
.nr LC @LCMAN@
|
.nr LC @LCMAN@
|
||||||
.nr PS @PSMAN@
|
.nr PS @PSMAN@
|
||||||
.Dd February 14, 2022
|
.Dd February 16, 2022
|
||||||
.Dt SUDO @mansectsu@
|
.Dt SUDO @mansectsu@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -1007,7 +1007,7 @@ that reside in a directory that is writable by the user.
|
|||||||
If the user can modify or replace the command there is no way
|
If the user can modify or replace the command there is no way
|
||||||
to limit what additional commands they can run.
|
to limit what additional commands they can run.
|
||||||
.Pp
|
.Pp
|
||||||
Please note that
|
Note that
|
||||||
.Nm
|
.Nm
|
||||||
will normally only log the command it explicitly runs.
|
will normally only log the command it explicitly runs.
|
||||||
If a user runs a command such as
|
If a user runs a command such as
|
||||||
@@ -1025,7 +1025,7 @@ Because of this, care must be taken when giving users access to commands via
|
|||||||
.Nm
|
.Nm
|
||||||
to verify that the command does not inadvertently give the user an
|
to verify that the command does not inadvertently give the user an
|
||||||
effective root shell.
|
effective root shell.
|
||||||
For information on ways to address this, please see the
|
For information on ways to address this, see the
|
||||||
.Em Preventing shell escapes
|
.Em Preventing shell escapes
|
||||||
section in
|
section in
|
||||||
.Xr sudoers @mansectform@ .
|
.Xr sudoers @mansectform@ .
|
||||||
@@ -1383,7 +1383,7 @@ $ sudo cd /usr/local/protected
|
|||||||
.Pp
|
.Pp
|
||||||
since when the command exits the parent process (your shell) will
|
since when the command exits the parent process (your shell) will
|
||||||
still be the same.
|
still be the same.
|
||||||
Please see the
|
See the
|
||||||
.Sx EXAMPLES
|
.Sx EXAMPLES
|
||||||
section for more information.
|
section for more information.
|
||||||
.Pp
|
.Pp
|
||||||
@@ -1393,9 +1393,9 @@ can expose the same kernel bugs that make set-user-ID shell scripts
|
|||||||
unsafe on some operating systems (if your OS has a /dev/fd/ directory,
|
unsafe on some operating systems (if your OS has a /dev/fd/ directory,
|
||||||
set-user-ID shell scripts are generally safe).
|
set-user-ID shell scripts are generally safe).
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm ,
|
.Nm ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDO_LOGSRV.PROTO" "@mansectform@" "February 10, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
.TH "SUDO_LOGSRV.PROTO" "@mansectform@" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -894,9 +894,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
\fBsudo\fR.
|
\fBsudo\fR.
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBsudo\fR,
|
\fBsudo\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd February 10, 2022
|
.Dd February 16, 2022
|
||||||
.Dt SUDO_LOGSRV.PROTO @mansectform@
|
.Dt SUDO_LOGSRV.PROTO @mansectform@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -811,9 +811,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
.Nm sudo .
|
.Nm sudo .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm sudo ,
|
.Nm sudo ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDO_LOGSRVD.CONF" "@mansectform@" "February 12, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
.TH "SUDO_LOGSRVD.CONF" "@mansectform@" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -1086,9 +1086,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
\fBsudo\fR.
|
\fBsudo\fR.
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBsudo\fR,
|
\fBsudo\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd February 12, 2022
|
.Dd February 16, 2022
|
||||||
.Dt SUDO_LOGSRVD.CONF @mansectform@
|
.Dt SUDO_LOGSRVD.CONF @mansectform@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -1010,9 +1010,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
.Nm sudo .
|
.Nm sudo .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm sudo ,
|
.Nm sudo ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDO_LOGSRVD" "@mansectsu@" "February 10, 2022" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
.TH "SUDO_LOGSRVD" "@mansectsu@" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -124,7 +124,7 @@ file.
|
|||||||
.PP
|
.PP
|
||||||
For more information on configuring
|
For more information on configuring
|
||||||
sudo.conf(@mansectform@),
|
sudo.conf(@mansectform@),
|
||||||
please refer to its manual.
|
refer to its manual.
|
||||||
.SH "FILES"
|
.SH "FILES"
|
||||||
.TP 26n
|
.TP 26n
|
||||||
\fI@sysconfdir@/sudo.conf\fR
|
\fI@sysconfdir@/sudo.conf\fR
|
||||||
@@ -443,9 +443,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
\fBsudo\fR.
|
\fBsudo\fR.
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBsudo_logsrvd\fR,
|
\fBsudo_logsrvd\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd February 10, 2022
|
.Dd February 16, 2022
|
||||||
.Dt SUDO_LOGSRVD @mansectsu@
|
.Dt SUDO_LOGSRVD @mansectsu@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -119,7 +119,7 @@ file.
|
|||||||
.Pp
|
.Pp
|
||||||
For more information on configuring
|
For more information on configuring
|
||||||
.Xr sudo.conf @mansectform@ ,
|
.Xr sudo.conf @mansectform@ ,
|
||||||
please refer to its manual.
|
refer to its manual.
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width 24n
|
.Bl -tag -width 24n
|
||||||
.It Pa @sysconfdir@/sudo.conf
|
.It Pa @sysconfdir@/sudo.conf
|
||||||
@@ -399,9 +399,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
.Nm sudo .
|
.Nm sudo .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm ,
|
.Nm ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDO_PLUGIN" "5" "February 10, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
.TH "SUDO_PLUGIN" "5" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -5313,9 +5313,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
\fBsudo\fR.
|
\fBsudo\fR.
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBsudo\fR,
|
\fBsudo\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd February 10, 2022
|
.Dd February 16, 2022
|
||||||
.Dt SUDO_PLUGIN @mansectform@
|
.Dt SUDO_PLUGIN @mansectform@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -4707,9 +4707,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
.Nm sudo .
|
.Nm sudo .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm sudo ,
|
.Nm sudo ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDO_PLUGIN_PYTHON" "5" "February 11, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
.TH "SUDO_PLUGIN_PYTHON" "5" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -1833,9 +1833,9 @@ exhaustive list of people who have contributed to
|
|||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
Python plugin support is currently considered experimental.
|
Python plugin support is currently considered experimental.
|
||||||
.PP
|
.PP
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBsudo\fR,
|
\fBsudo\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SECURITY CONSIDERATIONS"
|
.SH "SECURITY CONSIDERATIONS"
|
||||||
All Python plugin handling is implemented inside the
|
All Python plugin handling is implemented inside the
|
||||||
\fRpython_plugin.so\fR
|
\fRpython_plugin.so\fR
|
||||||
@@ -1871,10 +1871,9 @@ For example:
|
|||||||
Set developer_mode true
|
Set developer_mode true
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
Please note that this creates a security risk, so it is not recommended
|
This creates a security risk and is not recommended for production systems,
|
||||||
on critical systems such as a desktop machine for daily use, but is intended
|
it is intended to be used in a development environment (VM, container, etc).
|
||||||
to be used in development environments (VM, container, etc).
|
Before enabling developer mode, be sure that you understand the implications.
|
||||||
Before enabling developer mode, ensure you understand the implications.
|
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd February 11, 2022
|
.Dd February 16, 2022
|
||||||
.Dt SUDO_PLUGIN_PYTHON @mansectform@
|
.Dt SUDO_PLUGIN_PYTHON @mansectform@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -1486,9 +1486,9 @@ exhaustive list of people who have contributed to
|
|||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
Python plugin support is currently considered experimental.
|
Python plugin support is currently considered experimental.
|
||||||
.Pp
|
.Pp
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm sudo ,
|
.Nm sudo ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SECURITY CONSIDERATIONS
|
.Sh SECURITY CONSIDERATIONS
|
||||||
All Python plugin handling is implemented inside the
|
All Python plugin handling is implemented inside the
|
||||||
.Li python_plugin.so
|
.Li python_plugin.so
|
||||||
@@ -1522,10 +1522,9 @@ option can be used to disable it.
|
|||||||
For example:
|
For example:
|
||||||
.Dl Set developer_mode true
|
.Dl Set developer_mode true
|
||||||
.Pp
|
.Pp
|
||||||
Please note that this creates a security risk, so it is not recommended
|
This creates a security risk and is not recommended for production systems,
|
||||||
on critical systems such as a desktop machine for daily use, but is intended
|
it is intended to be used in a development environment (VM, container, etc).
|
||||||
to be used in development environments (VM, container, etc).
|
Before enabling developer mode, be sure that you understand the implications.
|
||||||
Before enabling developer mode, ensure you understand the implications.
|
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDO_SENDLOG" "@mansectsu@" "February 10, 2022" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
.TH "SUDO_SENDLOG" "@mansectsu@" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -161,7 +161,7 @@ file.
|
|||||||
.PP
|
.PP
|
||||||
For more information on configuring
|
For more information on configuring
|
||||||
sudo.conf(@mansectform@),
|
sudo.conf(@mansectform@),
|
||||||
please refer to its manual.
|
refer to its manual.
|
||||||
.SH "FILES"
|
.SH "FILES"
|
||||||
.TP 26n
|
.TP 26n
|
||||||
\fI@sysconfdir@/sudo.conf\fR
|
\fI@sysconfdir@/sudo.conf\fR
|
||||||
@@ -185,9 +185,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
\fBsudo\fR.
|
\fBsudo\fR.
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBsudo_sendlog\fR,
|
\fBsudo_sendlog\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd February 10, 2022
|
.Dd February 16, 2022
|
||||||
.Dt SUDO_SENDLOG @mansectsu@
|
.Dt SUDO_SENDLOG @mansectsu@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -146,7 +146,7 @@ file.
|
|||||||
.Pp
|
.Pp
|
||||||
For more information on configuring
|
For more information on configuring
|
||||||
.Xr sudo.conf @mansectform@ ,
|
.Xr sudo.conf @mansectform@ ,
|
||||||
please refer to its manual.
|
refer to its manual.
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width 24n
|
.Bl -tag -width 24n
|
||||||
.It Pa @sysconfdir@/sudo.conf
|
.It Pa @sysconfdir@/sudo.conf
|
||||||
@@ -170,9 +170,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
.Nm sudo .
|
.Nm sudo .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm ,
|
.Nm ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDOERS.LDAP" "@mansectform@" "February 10, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
.TH "SUDOERS.LDAP" "@mansectform@" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -1460,7 +1460,7 @@ Note that the
|
|||||||
file is not used by the SSSD
|
file is not used by the SSSD
|
||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
back end.
|
back end.
|
||||||
Please see
|
See
|
||||||
sssd-sudo(@mansectform@)
|
sssd-sudo(@mansectform@)
|
||||||
for more information on configuring
|
for more information on configuring
|
||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
@@ -1711,9 +1711,9 @@ See the
|
|||||||
\fIDifferences between LDAP and non-LDAP sudoers\fR
|
\fIDifferences between LDAP and non-LDAP sudoers\fR
|
||||||
section for more information.
|
section for more information.
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBsudo\fR,
|
\fBsudo\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd February 10, 2022
|
.Dd February 16, 2022
|
||||||
.Dt SUDOERS.LDAP @mansectform@
|
.Dt SUDOERS.LDAP @mansectform@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -1329,7 +1329,7 @@ Note that the
|
|||||||
file is not used by the SSSD
|
file is not used by the SSSD
|
||||||
.Nm sudo
|
.Nm sudo
|
||||||
back end.
|
back end.
|
||||||
Please see
|
See
|
||||||
.Xr sssd-sudo @mansectform@
|
.Xr sssd-sudo @mansectform@
|
||||||
for more information on configuring
|
for more information on configuring
|
||||||
.Nm sudo
|
.Nm sudo
|
||||||
@@ -1573,9 +1573,9 @@ See the
|
|||||||
.Sx Differences between LDAP and non-LDAP sudoers
|
.Sx Differences between LDAP and non-LDAP sudoers
|
||||||
section for more information.
|
section for more information.
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm sudo ,
|
.Nm sudo ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -50,7 +50,7 @@ section.
|
|||||||
For information on storing
|
For information on storing
|
||||||
\fBsudoers\fR
|
\fBsudoers\fR
|
||||||
policy information
|
policy information
|
||||||
in LDAP, please see
|
in LDAP, see
|
||||||
sudoers.ldap(@mansectform@).
|
sudoers.ldap(@mansectform@).
|
||||||
.SS "Configuring sudo.conf for sudoers"
|
.SS "Configuring sudo.conf for sudoers"
|
||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
@@ -171,7 +171,7 @@ It should be specified as an octal value.
|
|||||||
.PP
|
.PP
|
||||||
For more information on configuring
|
For more information on configuring
|
||||||
sudo.conf(@mansectform@),
|
sudo.conf(@mansectform@),
|
||||||
please refer to its manual.
|
refer to its manual.
|
||||||
.SS "User Authentication"
|
.SS "User Authentication"
|
||||||
The
|
The
|
||||||
\fBsudoers\fR
|
\fBsudoers\fR
|
||||||
@@ -471,7 +471,7 @@ is displayed when
|
|||||||
is run by root with the
|
is run by root with the
|
||||||
\fB\-V\fR
|
\fB\-V\fR
|
||||||
option.
|
option.
|
||||||
Please note that the list of environment variables to remove
|
Note that the list of environment variables to remove
|
||||||
varies based on the operating system
|
varies based on the operating system
|
||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
is running on.
|
is running on.
|
||||||
@@ -2395,7 +2395,7 @@ Attempting to define an
|
|||||||
named
|
named
|
||||||
\fBALL\fR
|
\fBALL\fR
|
||||||
will result in a syntax error.
|
will result in a syntax error.
|
||||||
Please note that using
|
Note that using
|
||||||
\fBALL\fR
|
\fBALL\fR
|
||||||
can be dangerous since in a command context, it allows the user to run
|
can be dangerous since in a command context, it allows the user to run
|
||||||
\fIany\fR
|
\fIany\fR
|
||||||
@@ -5719,7 +5719,7 @@ The
|
|||||||
file has the wrong owner.
|
file has the wrong owner.
|
||||||
If you wish to change the
|
If you wish to change the
|
||||||
\fIsudoers\fR
|
\fIsudoers\fR
|
||||||
file owner, please add
|
file owner, add
|
||||||
\(lqsudoers_uid=N\(rq
|
\(lqsudoers_uid=N\(rq
|
||||||
(where
|
(where
|
||||||
\(oqN\(cq
|
\(oqN\(cq
|
||||||
@@ -5755,7 +5755,7 @@ The
|
|||||||
file has the wrong group ownership.
|
file has the wrong group ownership.
|
||||||
If you wish to change the
|
If you wish to change the
|
||||||
\fIsudoers\fR
|
\fIsudoers\fR
|
||||||
file group ownership, please add
|
file group ownership, add
|
||||||
\(lqsudoers_gid=N\(rq
|
\(lqsudoers_gid=N\(rq
|
||||||
(where
|
(where
|
||||||
\(oqN\(cq
|
\(oqN\(cq
|
||||||
@@ -7269,9 +7269,9 @@ command or use the
|
|||||||
option in
|
option in
|
||||||
\fIsudoers\fR.
|
\fIsudoers\fR.
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBsudo\fR,
|
\fBsudo\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -49,7 +49,7 @@ section.
|
|||||||
For information on storing
|
For information on storing
|
||||||
.Nm
|
.Nm
|
||||||
policy information
|
policy information
|
||||||
in LDAP, please see
|
in LDAP, see
|
||||||
.Xr sudoers.ldap @mansectform@ .
|
.Xr sudoers.ldap @mansectform@ .
|
||||||
.Ss Configuring sudo.conf for sudoers
|
.Ss Configuring sudo.conf for sudoers
|
||||||
.Nm sudo
|
.Nm sudo
|
||||||
@@ -159,7 +159,7 @@ It should be specified as an octal value.
|
|||||||
.Pp
|
.Pp
|
||||||
For more information on configuring
|
For more information on configuring
|
||||||
.Xr sudo.conf @mansectform@ ,
|
.Xr sudo.conf @mansectform@ ,
|
||||||
please refer to its manual.
|
refer to its manual.
|
||||||
.Ss User Authentication
|
.Ss User Authentication
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
@@ -457,7 +457,7 @@ is displayed when
|
|||||||
is run by root with the
|
is run by root with the
|
||||||
.Fl V
|
.Fl V
|
||||||
option.
|
option.
|
||||||
Please note that the list of environment variables to remove
|
Note that the list of environment variables to remove
|
||||||
varies based on the operating system
|
varies based on the operating system
|
||||||
.Nm sudo
|
.Nm sudo
|
||||||
is running on.
|
is running on.
|
||||||
@@ -2261,7 +2261,7 @@ Attempting to define an
|
|||||||
named
|
named
|
||||||
.Sy ALL
|
.Sy ALL
|
||||||
will result in a syntax error.
|
will result in a syntax error.
|
||||||
Please note that using
|
Note that using
|
||||||
.Sy ALL
|
.Sy ALL
|
||||||
can be dangerous since in a command context, it allows the user to run
|
can be dangerous since in a command context, it allows the user to run
|
||||||
.Em any
|
.Em any
|
||||||
@@ -5336,7 +5336,7 @@ The
|
|||||||
file has the wrong owner.
|
file has the wrong owner.
|
||||||
If you wish to change the
|
If you wish to change the
|
||||||
.Em sudoers
|
.Em sudoers
|
||||||
file owner, please add
|
file owner, add
|
||||||
.Dq sudoers_uid=N
|
.Dq sudoers_uid=N
|
||||||
(where
|
(where
|
||||||
.Sq N
|
.Sq N
|
||||||
@@ -5370,7 +5370,7 @@ The
|
|||||||
file has the wrong group ownership.
|
file has the wrong group ownership.
|
||||||
If you wish to change the
|
If you wish to change the
|
||||||
.Em sudoers
|
.Em sudoers
|
||||||
file group ownership, please add
|
file group ownership, add
|
||||||
.Dq sudoers_gid=N
|
.Dq sudoers_gid=N
|
||||||
(where
|
(where
|
||||||
.Sq N
|
.Sq N
|
||||||
@@ -6723,9 +6723,9 @@ command or use the
|
|||||||
option in
|
option in
|
||||||
.Em sudoers .
|
.Em sudoers .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm sudo ,
|
.Nm sudo ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDOERS_TIMESTAMP" "@mansectform@" "February 10, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
.TH "SUDOERS_TIMESTAMP" "@mansectform@" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -293,9 +293,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
\fBsudo\fR.
|
\fBsudo\fR.
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBsudo\fR,
|
\fBsudo\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd February 10, 2022
|
.Dd February 16, 2022
|
||||||
.Dt SUDOERS_TIMESTAMP @mansectform@
|
.Dt SUDOERS_TIMESTAMP @mansectform@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -271,9 +271,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
.Nm sudo .
|
.Nm sudo .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm sudo ,
|
.Nm sudo ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.TH "SUDOREPLAY" "@mansectsu@" "February 10, 2022" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
.TH "SUDOREPLAY" "@mansectsu@" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -407,7 +407,7 @@ file.
|
|||||||
.PP
|
.PP
|
||||||
For more information on configuring
|
For more information on configuring
|
||||||
sudo.conf(@mansectform@),
|
sudo.conf(@mansectform@),
|
||||||
please refer to its manual.
|
refer to its manual.
|
||||||
.SH "FILES"
|
.SH "FILES"
|
||||||
.TP 26n
|
.TP 26n
|
||||||
\fI@sysconfdir@/sudo.conf\fR
|
\fI@sysconfdir@/sudo.conf\fR
|
||||||
@@ -504,9 +504,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
\fBsudo\fR.
|
\fBsudo\fR.
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBsudoreplay\fR,
|
\fBsudoreplay\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd February 10, 2022
|
.Dd February 16, 2022
|
||||||
.Dt SUDOREPLAY @mansectsu@
|
.Dt SUDOREPLAY @mansectsu@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -370,7 +370,7 @@ file.
|
|||||||
.Pp
|
.Pp
|
||||||
For more information on configuring
|
For more information on configuring
|
||||||
.Xr sudo.conf @mansectform@ ,
|
.Xr sudo.conf @mansectform@ ,
|
||||||
please refer to its manual.
|
refer to its manual.
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width 24n
|
.Bl -tag -width 24n
|
||||||
.It Pa @sysconfdir@/sudo.conf
|
.It Pa @sysconfdir@/sudo.conf
|
||||||
@@ -446,9 +446,9 @@ distribution (https://www.sudo.ws/about/contributors/) for an
|
|||||||
exhaustive list of people who have contributed to
|
exhaustive list of people who have contributed to
|
||||||
.Nm sudo .
|
.Nm sudo .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm ,
|
.Nm ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -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 "VISUDO" "@mansectsu@" "February 10, 2022" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
.TH "VISUDO" "@mansectsu@" "February 16, 2022" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
||||||
.nh
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@@ -346,7 +346,7 @@ It should be specified as an octal value.
|
|||||||
.PP
|
.PP
|
||||||
For more information on configuring
|
For more information on configuring
|
||||||
sudo.conf(@mansectform@),
|
sudo.conf(@mansectform@),
|
||||||
please refer to its manual.
|
refer to its manual.
|
||||||
.SH "ENVIRONMENT"
|
.SH "ENVIRONMENT"
|
||||||
The following environment variables may be consulted depending on
|
The following environment variables may be consulted depending on
|
||||||
the value of the
|
the value of the
|
||||||
@@ -481,9 +481,9 @@ the editor used by
|
|||||||
\fBvisudo\fR
|
\fBvisudo\fR
|
||||||
allows shell escapes.
|
allows shell escapes.
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
\fBvisudo\fR,
|
\fBvisudo\fR,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.SH "SUPPORT"
|
.SH "SUPPORT"
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
@@ -20,7 +20,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 February 10, 2022
|
.Dd February 16, 2022
|
||||||
.Dt VISUDO @mansectsu@
|
.Dt VISUDO @mansectsu@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -333,7 +333,7 @@ It should be specified as an octal value.
|
|||||||
.Pp
|
.Pp
|
||||||
For more information on configuring
|
For more information on configuring
|
||||||
.Xr sudo.conf @mansectform@ ,
|
.Xr sudo.conf @mansectform@ ,
|
||||||
please refer to its manual.
|
refer to its manual.
|
||||||
.Sh ENVIRONMENT
|
.Sh ENVIRONMENT
|
||||||
The following environment variables may be consulted depending on
|
The following environment variables may be consulted depending on
|
||||||
the value of the
|
the value of the
|
||||||
@@ -461,9 +461,9 @@ the editor used by
|
|||||||
.Nm
|
.Nm
|
||||||
allows shell escapes.
|
allows shell escapes.
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
If you feel you have found a bug in
|
If you believe you have found a bug in
|
||||||
.Nm ,
|
.Nm ,
|
||||||
please submit a bug report at https://bugzilla.sudo.ws/
|
you can submit a bug report at https://bugzilla.sudo.ws/
|
||||||
.Sh SUPPORT
|
.Sh SUPPORT
|
||||||
Limited free support is available via the sudo-users mailing list,
|
Limited free support is available via the sudo-users mailing list,
|
||||||
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
see https://www.sudo.ws/mailman/listinfo/sudo-users to subscribe or
|
||||||
|
Reference in New Issue
Block a user