systemd.git
5 years agopid1: by default make user units inherit their umask from the user manager
Franck Bui [Fri, 3 Apr 2020 08:00:25 +0000 (10:00 +0200)]
pid1: by default make user units inherit their umask from the user manager

This patch changes the way user managers set the default umask for the units it
manages.

Indeed one can expect that if user manager's umask is redefined through PAM
(via /etc/login.defs or pam_umask), all its children including the units it
spawns have their umask set to the new value.

Hence make user units inherit their umask value from their parent instead of
the hard coded value 0022 but allow them to override this value via their unit
file.

Note that reexecuting managers with 'systemctl daemon-reexec' after changing
UMask= has no effect. To take effect managers need to be restarted with
'systemct restart' instead. This behavior was already present before this
patch.

Fixes #6077.

(cherry picked from commit 5e37d1930b41b24c077ce37c6db0e36c745106c7)

Gbp-Pq: Name pid1-by-default-make-user-units-inherit-their-umask-from-.patch

5 years agosystemd (245.5-2) unstable; urgency=medium
Michael Biebl [Mon, 27 Apr 2020 15:38:44 +0000 (16:38 +0100)]
systemd (245.5-2) unstable; urgency=medium

  * Cherry-pick various fixes from upstream master
    - network: add a flag to ignore gateway provided by DHCP server
    - userdb: when doing client-side NSS look-ups optionally avoid shadow
      look-ups
    - nss-systemd: don't synthesize root/nobody when iterating
    - core: make sure we don't get confused when setting TERM for a tty fd
    - core: make sure to restore the control command id, too
  * Install 60-block.rules in udev-udeb and initramfs-tools.
    The block device rules were split out from 60-persistent-storage.rules
    into its own rules file in v220. Those rules ensure that change events
    are emitted and the udev db is updated after metadata changes.
    Thanks to Pascal Hambourg (Closes: #958397)

[dgit import unpatched systemd 245.5-2]

5 years agoImport systemd_245.5-2.debian.tar.xz
Michael Biebl [Mon, 27 Apr 2020 15:38:44 +0000 (16:38 +0100)]
Import systemd_245.5-2.debian.tar.xz

[dgit import tarball systemd 245.5-2 systemd_245.5-2.debian.tar.xz]

5 years agoImport systemd_245.5.orig.tar.gz
Michael Biebl [Sat, 18 Apr 2020 18:41:18 +0000 (19:41 +0100)]
Import systemd_245.5.orig.tar.gz

[dgit import orig systemd_245.5.orig.tar.gz]