diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-08 03:50:15 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-08 03:50:15 +0300 |
commit | 2a7d8cecace432898722b0d2c7a2543e1057cf74 (patch) | |
tree | 81dcb500ad198e287f11fad5bab89839e132e7cc /system | |
parent | 0ef873ddfde53de66c54a84eb3a6c3c8d84deeaa (diff) | |
download | swayrice-2a7d8cecace432898722b0d2c7a2543e1057cf74.tar.gz swayrice-2a7d8cecace432898722b0d2c7a2543e1057cf74.zip |
pam-gnupg fix. too problematic to move gnupg config folder out of ~
Diffstat (limited to 'system')
-rw-r--r-- | system/pam.d/system-local-login | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/pam.d/system-local-login b/system/pam.d/system-local-login new file mode 100644 index 0000000..397539d --- /dev/null +++ b/system/pam.d/system-local-login @@ -0,0 +1,8 @@ +#%PAM-1.0 + +auth include system-login +auth optional pam_gnupg.so +account include system-login +password include system-login +session include system-login +session optional pam_gnupg.so |