Skip to content

Commit

Permalink
Update pam config for multi-distro compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Nov 25, 2016
1 parent cee90fd commit 05234a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/cinnamon-desktop
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#%PAM-1.0

# Fedora Core
auth [success=done ignore=ignore default=bad] pam_selinux_permit.so
session include system-auth
# Fedora & Arch
-auth sufficient pam_selinux_permit.so
auth include system-auth
auth optional pam_gnome_keyring.so
account include system-auth
password include system-auth
session include system-auth

# SuSE/Novell
#auth include common-auth
Expand Down

0 comments on commit 05234a0

Please sign in to comment.