We still want the Fedora systemd-user pam config when building with --noprep so let's install the pam config file using a regular source instead of patching the one provided by systemd.
14 lines
478 B
Text
14 lines
478 B
Text
# Used by systemd --user instances.
|
|
|
|
-account sufficient pam_systemd_home.so
|
|
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 required pam_namespace.so
|
|
-session optional pam_systemd_home.so
|
|
session optional pam_umask.so silent
|
|
session include system-auth
|