diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-04-23 13:41:23 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-04-23 13:41:23 -0400 |
commit | d8482419fca23f3f3d7a3ffa05f35444a3955238 (patch) | |
tree | 4e0ab95d8748b71add2c7b6055fa2c96700ffdbc /swaylock | |
parent | d3504212a042a3d060254bc08648ea37c338cb17 (diff) | |
parent | 7125274b892d0a80140d64db62472159714c4bf1 (diff) |
Merge pull request #597 from wdbw/swaylock-pam-change
swaylock: Fix swaylock.pam
Diffstat (limited to 'swaylock')
-rw-r--r-- | swaylock/pam/swaylock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swaylock/pam/swaylock b/swaylock/pam/swaylock index 7ea7a608..6a36b0d6 100644 --- a/swaylock/pam/swaylock +++ b/swaylock/pam/swaylock @@ -1,6 +1,6 @@ # # PAM configuration file for the swaylock screen locker. By default, it includes -# the 'system-auth' configuration file (see /etc/pam.d/login) +# the 'login' configuration file (see /etc/pam.d/login) # -auth include system-auth +auth include login |