Change logs for adduser source package in Kinetic

  • adduser (3.121ubuntu1) kinetic; urgency=medium
    
      * Merge from Debian unstable. Remaining changes:
        - AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
          letters in the names of system users. This is done by having a separate
          NAME_REGEX_SYSTEM configuration setting which applies when --system is
          specified. (Soren Hansen)
        - Add support for encrypting home directories:
          + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
            for the hard work.
          + doc/adduser.8: document the --encrypt-home option
          + debian/control: suggest ecryptfs-utils >= 67-1
          + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
        - extrausers support for adduser and gpasswd.
        - Add support for ZFS home directories (LP: #1873263)
        - Enable private home directories by default (LP: #48734)
          + Set DIR_MODE=0750 in the default adduser.conf
          + Change the description and default value to select private home
            directories by default in debconf template
          + Change the DIR_MODE when private home directories is configured via
            debconf from 0751 to 0750 to ensure files are truly private
    
     -- Benjamin Drung <email address hidden>  Tue, 17 May 2022 12:26:42 +0200
  • adduser (3.118ubuntu5) hirsute; urgency=medium
    
      * Enable private home directories by default (LP: #48734)
        - Set DIR_MODE=0750 in the default adduser.conf
        - Change the description and default value to select private home
          directories by default in debconf template
        - Change the DIR_MODE when private home directories is configured via
          debconf from 0751 to 0750 to ensure files are truly private
    
     -- Alex Murray <email address hidden>  Wed, 06 Jan 2021 16:46:50 +1030