8478dae30b
Setting umask for user sessions via UMASK setting in /etc/login.defs is a well-known feature. Let's make sure that user manager also runs with this umask value. rhel-only Resolves: #2210145
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
# This file is part of systemd.
|
|
#
|
|
# Used by systemd --user instances.
|
|
|
|
account sufficient pam_unix.so no_pass_expiry
|
|
account include system-auth
|
|
|
|
session required pam_selinux.so close
|
|
session required pam_selinux.so nottys open
|
|
session required pam_loginuid.so
|
|
session optional pam_keyinit.so force revoke
|
|
session optional pam_umask.so silent
|
|
session include system-auth
|