Go to file
Otto Hollmann c10ea702eb Accepting request 1098344 from home:polslinux:branches:Base:System
- Update to 1.9.14p1:
  * Fixed an invalid free bug in sudo_logsrvd that was introduced
    in version 1.9.14 which could cause sudo_logsrvd to crash.
  * The sudoers plugin no longer tries to send the terminal name
    to the log server when no terminal is present.  This bug was
    introduced in version 1.9.14.
  * Fixed a bug where if the "intercept" or "log_subcmds" sudoers
    option was enabled and a sub-command was run where the first
    entry of the argument vector didn't match the command being run.
    This resulted in commands like "sudo su -" being killed due to
    the mismatch.  Bug #1050.
  * The sudoers plugin now canonicalizes command path names before
    matching (where possible).  This fixes a bug where sudo could
    execute the wrong path if there are multiple symbolic links with
    the same target and the same base name in sudoers that a user is
    allowed to run.  GitHub issue #228.
  * Improved command matching when a chroot is specified in sudoers.
    The sudoers plugin will now change the root directory id needed
    before performing command matching.  Previously, the root directory
    was simply prepended to the path that was being processed.
  * When NETGROUP_BASE is set in the ldap.conf file, sudo will now
    perform its own netgroup lookups of the host name instead of
    using the system innetgr(3) function.  This guarantees that user
    and host netgroup lookups are performed using  the same LDAP
    server (or servers).
  * Fixed a bug introduced in sudo 1.9.13 that resulted in a missing
    " ; " separator between environment variables and the command
    in log entries.
  * The visudo utility now displays a warning when it ignores a file
    in an include dir such as /etc/sudoers.d.

OBS-URL: https://build.opensuse.org/request/show/1098344
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=241
2023-07-24 07:33:45 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=1 2007-01-15 23:38:14 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=1 2007-01-15 23:38:14 +00:00
fate_313276_test.sh Accepting request 215868 from home:vitezslav_cizek:branches:Base:System 2014-02-02 18:13:19 +00:00
README_313276.test Accepting request 215868 from home:vitezslav_cizek:branches:Base:System 2014-02-02 18:13:19 +00:00
README.SUSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=1 2007-01-15 23:38:14 +00:00
sudo-1.9.14p1.tar.gz Accepting request 1098344 from home:polslinux:branches:Base:System 2023-07-24 07:33:45 +00:00
sudo-1.9.14p1.tar.gz.sig Accepting request 1098344 from home:polslinux:branches:Base:System 2023-07-24 07:33:45 +00:00
sudo-i.pamd Accepting request 597150 from home:kstreitova:branches:Base:System 2018-04-17 08:06:20 +00:00
sudo-sudoers.patch Accepting request 1098344 from home:polslinux:branches:Base:System 2023-07-24 07:33:45 +00:00
sudo.changes Accepting request 1098344 from home:polslinux:branches:Base:System 2023-07-24 07:33:45 +00:00
sudo.keyring Accepting request 576059 from home:kstreitova:branches:Base:System 2018-02-13 12:26:57 +00:00
sudo.pamd Accepting request 1077512 from home:mkoutny:pam-nl 2023-04-06 13:54:53 +00:00
sudo.spec Accepting request 1098344 from home:polslinux:branches:Base:System 2023-07-24 07:33:45 +00:00

In the default (ie unconfigured) configuration sudo asks for root password.
This allows to use an ordinary user account for administration of a freshly
installed system. When configuring sudo, please make sure to delete the two
following lines:

Defaults targetpw    # ask for the password of the target user i.e. root
%users ALL=(ALL) ALL # WARNING! Only use this together with 'Defaults targetpw'!