Package libnss-systemd: Information

  • Default inline alert: Version in the repository: 249.17-alt2

Binary package: libnss-systemd
Version: 249.12-alt3
Architecture: armh
Build time:  Aug 30, 2022, 08:12 PM in the task #305160
Source package: systemd
Category: System/Libraries
Report package bug
License: LGPLv2.1+
Summary: nss-systemd providing UNIX user and group name resolution for dynamic users and groups
Description: 
nss-systemd is a plug-in module for the GNU Name Service Switch (NSS) functionality of the
GNU C Library glibc, providing UNIX user and group name resolution for dynamic users and
groups allocated through the DynamicUser= option in systemd unit files.

This module also ensures that the root and nobody users and groups (i.e. the users/groups with the UIDs/GIDs
0 and 65534) remain resolvable at all times, even if they aren't listed in /etc/passwd or
/etc/group, or if these files are missing.

To activate the NSS module, add systemd to the lines starting with
passwd: and group: in /etc/nsswitch.conf.

passwd: files systemd
group: files systemd

Maintainer: Oleg Solovyov


Last changed


Aug. 11, 2022 Oleg Solovyov 1:249.12-alt3
- backport oomd commit from upstream (d784a8d)
May 6, 2022 Alexey Shabalin 1:249.12-alt2
- Backport fixes nspawn.
- Don't enable audit by default.
May 2, 2022 Alexey Shabalin 1:249.12-alt1
- 249.12.
- Replace egrep by "grep -E".