Execute some commands as root
Sudo is a command that allows users to execute some commands as root.
The /etc/sudoers file (edited with 'visudo') specifies which users have
access to sudo and which commands they can run. Sudo logs all its
activities to syslogd, so the system administrator can keep an eye on
things. Sudo asks for the password for initializing a check period of a
given time N (where N is defined at installation and is set to 5
minutes by default).
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/sudo && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000000400 400 Bytes | |
README_313276.test | 0000000620 620 Bytes | |
fate_313276_test.sh | 0000000258 258 Bytes | |
sudo-1.9.7.tar.gz | 0004194242 4 MB | |
sudo-1.9.7.tar.gz.sig | 0000000566 566 Bytes | |
sudo-i.pamd | 0000000255 255 Bytes | |
sudo-sudoers.patch | 0000004606 4.5 KB | |
sudo.changes | 0000146690 143 KB | |
sudo.keyring | 0000004683 4.57 KB | |
sudo.pamd | 0000000249 249 Bytes | |
sudo.spec | 0000008209 8.02 KB |
Revision 123 (latest revision is 152)
Dominique Leuenberger (dimstar_suse)
accepted
request 892573
from
Kristyna Streitova (kstreitova)
(revision 123)
- update to 1.9.7 * The "fuzz" Makefile target now runs all the fuzzers for 8192 passes (can be overridden via the FUZZ_RUNS variable). This makes it easier to run the fuzzers in-tree. To run a fuzzer indefinitely, set FUZZ_RUNS=-1, e.g. "make FUZZ_RUNS=-1 fuzz". * Fixed fuzzing on FreeBSD where the ld.lld linker returns an error by default when a symbol is multiply-defined. * Added support for determining local IPv6 addresses on systems that lack the getifaddrs() function. This now works on AIX, HP-UX and Solaris (at least). Bug #969. * Fixed a bug introduced in sudo 1.9.6 that caused "sudo -V" to report a usage error. Also, when invoked as sudoedit, sudo now allows a more restricted set of options that matches the usage statement and documentation. GitHub issue #95. * Fixed a crash in sudo_sendlog when the specified certificate or key does not exist or is invalid. Bug #970 * Fixed a compilation error when sudo is configured with the --disable-log-client option. * Sudo's limited support for SUCCESS=return entries in nsswitch.conf is now documented. Bug #971. * Sudo now requires autoconf 2.70 or higher to regenerate the configure script. Bug #972. * sudo_logsrvd now has a relay mode which can be used to create a hierarchy of log servers. By default, when a relay server is defined, messages from the client are forwarded immediately to the relay. However, if the "store_first" setting is enabled, the log will be stored locally until the command completes and then relayed. Bug #965. * Sudo now links with OpenSSL by default if it is available unless the --disable-openssl configure option is used or both the
Comments 1
sudo 1.8.25 is now available, is it possible to update please? Thanks. https://www.sudo.ws/dist/sudo-1.8.25.tar.gz