aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-02-18 10:11:28 +0300
committerYaroslav <contact@yaroslavps.com>2020-02-18 10:11:28 +0300
commitc61ed972172cd77608648cb415d0a4ee0638d9d7 (patch)
treee263ab5b332b6558f0f27539fd4100e7be3e1fad /system
parentf8caca887f787f52271d9a5d6e06c2bdd6efcb40 (diff)
downloadswayrice-c61ed972172cd77608648cb415d0a4ee0638d9d7.tar.gz
swayrice-c61ed972172cd77608648cb415d0a4ee0638d9d7.zip
pam rules; forgot to add lid close/open script
Diffstat (limited to 'system')
-rw-r--r--system/pam.d/lightdm9
-rw-r--r--system/pam.d/swaylock7
2 files changed, 16 insertions, 0 deletions
diff --git a/system/pam.d/lightdm b/system/pam.d/lightdm
new file mode 100644
index 0000000..f383294
--- /dev/null
+++ b/system/pam.d/lightdm
@@ -0,0 +1,9 @@
+#%PAM-1.0
+auth include system-login
+auth optional pam_gnupg.so
+-auth optional pam_gnome_keyring.so
+account include system-login
+password include system-login
+session include system-login
+session optional pam_gnupg.so
+-session optional pam_gnome_keyring.so auto_start
diff --git a/system/pam.d/swaylock b/system/pam.d/swaylock
new file mode 100644
index 0000000..1c190f0
--- /dev/null
+++ b/system/pam.d/swaylock
@@ -0,0 +1,7 @@
+#
+# PAM configuration file for the swaylock screen locker. By default, it includes
+# the 'login' configuration file (see /etc/pam.d/login)
+#
+
+auth include login
+auth optional pam_gnupg.so