Skip to content

Commit

Permalink
fedora: use system-auth in pam systemd-user
Browse files Browse the repository at this point in the history
Adjust upstream config to use our shared stack

rhel-only: feature

Related: RHEL-40924
  • Loading branch information
keszybz authored and jamacku committed Jun 26, 2024
1 parent 72b0439 commit 5017d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/login/systemd-user.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-account sufficient pam_systemd_home.so
{% endif %}
account sufficient pam_unix.so no_pass_expiry
account required pam_permit.so
account include system-auth

{% if HAVE_SELINUX %}
session required pam_selinux.so close
Expand All @@ -20,4 +20,4 @@ session required pam_namespace.so
-session optional pam_systemd_home.so
{% endif %}
session optional pam_umask.so silent
session optional pam_systemd.so
session include system-auth

0 comments on commit 5017d34

Please sign in to comment.