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 |
---|---|---|
50-wheel-auth-self.conf | 0000000050 50 Bytes | |
51-wheel.rules | 0000000041 41 Bytes | |
README.SUSE | 0000000400 400 Bytes | |
README_313276.test | 0000000620 620 Bytes | |
fate_313276_test.sh | 0000000258 258 Bytes | |
sudo-1.9.15p2.tar.gz | 0005303642 5.06 MB | |
sudo-1.9.15p2.tar.gz.sig | 0000000566 566 Bytes | |
sudo-i.pamd | 0000000255 255 Bytes | |
sudo-sudoers.patch | 0000004093 4 KB | |
sudo.changes | 0000194805 190 KB | |
sudo.keyring | 0000004683 4.57 KB | |
sudo.pamd | 0000000258 258 Bytes | |
sudo.spec | 0000011197 10.9 KB | |
system-group-sudo.conf | 0000000037 37 Bytes |
Revision 149 (latest revision is 152)
Ana Guerrero (anag+factory)
accepted
request 1128361
from
Otto Hollmann (ohollmann)
(revision 149)
- Update to 1.9.15p2: * Fixed a bug on BSD systems where sudo would not restore the terminal settings on exit if the terminal had parity enabled. GitHub issue #326. - Update to 1.9.15p1: * Fixed a bug introduced in sudo 1.9.15 that prevented LDAP-based sudoers from being able to read the ldap.conf file. GitHub issue #325. - Update to 1.9.15: * Fixed an undefined symbol problem on older versions of macOS when "intercept" or "log_subcmds" are enabled in sudoers. GitHub issue #276. * Fixed "make check" failure related to getpwent(3) wrapping on NetBSD. * Fixed the warning message for "sudo -l command" when the command is not permitted. There was a missing space between "list" and the actual command due to changes in sudo 1.9.14. * Fixed a bug where output could go to the wrong terminal if "use_pty" is enabled (the default) and the standard input, output or error is redirected to a different terminal. Bug #1056. * The visudo utility will no longer create an empty file when the specified sudoers file does not exist and the user exits the editor without making any changes. GitHub issue #294. * The AIX and Solaris sudo packages on www.sudo.ws now support "log_subcmds" and "intercept" with both 32-bit and 64-bit binaries. Previously, they only worked when running binaries with the same word size as the sudo binary. GitHub issue #289. * The sudoers source is now logged in the JSON event log. This makes it possible to tell which rule resulted in a match. * Running "sudo -ll command" now produces verbose output that
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