commit 7b8f02146fb6279bd9437cecda758a2f4303aea9 parent 3a829362f23665965b98eb95761c75cbd3ab27b5 Author: Drew DeVault <sir@cmpwn.com> Date: Thu, 17 Dec 2015 08:09:21 -0500 Add PAM configuration for swaylock Diffstat:
| M | swaylock/CMakeLists.txt | | | 6 | ++++++ |
| A | swaylock/pam/swaylock | | | 6 | ++++++ |
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/swaylock/CMakeLists.txt b/swaylock/CMakeLists.txt @@ -27,3 +27,9 @@ install( DESTINATION bin COMPONENT runtime ) + +install( + FILES ${CMAKE_CURRENT_SOURCE_DIR}/pam/swaylock + DESTINATION /etc/pam.d/ + COMPONENT data +) diff --git a/swaylock/pam/swaylock b/swaylock/pam/swaylock @@ -0,0 +1,6 @@ +# +# PAM configuration file for the swaylock screen locker. By default, it includes +# the 'system-auth' configuration file (see /etc/pam.d/login) +# + +auth include system-auth