mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-26 21:13:43 +00:00
We want that systemd --user gets its own keyring, not the basic keyring set up by systemd --system.
14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
# This file is part of systemd.
|
|
#
|
|
# Used by systemd --user instances.
|
|
|
|
@include common-account
|
|
|
|
session required pam_selinux.so close
|
|
session required pam_selinux.so nottys open
|
|
session required pam_loginuid.so
|
|
session required pam_limits.so
|
|
@include common-session-noninteractive
|
|
session optional pam_keyinit.so force revoke
|
|
session optional pam_systemd.so
|