sudo 1.9.14p2-1ubuntu1 source package in Ubuntu

Changelog

sudo (1.9.14p2-1ubuntu1) mantic; urgency=medium

  * Merge with Debian unstable (LP: #2030914). Remaining changes:
    - debian/sudo[-ldap].manpages: install man/man8/sudo_root.8
    - debian/sudo[-ldap].init: delete init scripts, as they are no longer
      necessary.
    - debian/etc/pam.d/sudo[-i]:
      + Use pam_env to read /etc/environment and /etc/default/locale
        environment files. Reading ~/.pam_environment is not permitted due
        to security reasons.
    - debian/etc/sudoers:
      + also grant admin group sudo access
      + include /snap/bin in the secure_path
    - debian/tests/control: 03-getroot-ldap
      + allow removal of 'sudo' in autopkgtest (SUDO_FORCE_REMOVE=yes)
    - debian/tests/04-getroot-sssd:
      + Check if the slapd daemon is ready before proceeding.
        In some situations, the next command (ldapmodify) runs before
        the service is ready. See LP#2026888

 -- Danilo Egea Gondolfo <email address hidden>  Wed, 09 Aug 2023 21:53:59 +0100

Upload details

Uploaded by:
Danilo Egea Gondolfo
Sponsored by:
Sergio Durigan Junior
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main admin

Downloads

File Size SHA-256 Checksum
sudo_1.9.14p2.orig.tar.gz 5.0 MiB 15f6308db0ed4265ec929f2c61e2e13492e551750c203ee001d1fcd8104c9514
sudo_1.9.14p2.orig.tar.gz.asc 833 bytes 6560b13e5c158ad97f92c0ded454e878b41ac6d4f5878f51bc3c0fe834f6c05a
sudo_1.9.14p2-1ubuntu1.debian.tar.xz 51.9 KiB b81c52ed2c1f6fb9f7494920d198bea47edd28f6a54934d50baf3a9ee6c81876
sudo_1.9.14p2-1ubuntu1.dsc 2.6 KiB 52be579b030c948ab98998ca5e120401864797a65d55c614a79692fcf9e62e8d

View changes file

Binary packages built by this source

libnss-sudo: NSS configuration for sudoers service

 This empty package provides the basic configuration needed to enable the
 `sudoers` NSS service.

sudo: Provide limited super user privileges to specific users

 Sudo is a program designed to allow a sysadmin to give limited root
 privileges to users and log root activity. The basic philosophy is to give
 as few privileges as possible but still allow people to get their work done.
 .
 This version is built with minimal shared library dependencies, use the
 sudo-ldap package instead if you need LDAP support for sudoers.

sudo-dbgsym: debug symbols for sudo
sudo-ldap: Provide limited super user privileges (with LDAP support)

 Sudo is a program designed to allow a sysadmin to give limited root
 privileges to users and log root activity. The basic philosophy is to give
 as few privileges as possible but still allow people to get their work done.
 .
 This version is built with LDAP support, which allows an equivalent of the
 sudoers database to be distributed via LDAP. Authentication is still
 performed via pam.

sudo-ldap-dbgsym: debug symbols for sudo-ldap