Add PAM configuration for swaylock

master
Drew DeVault 9 years ago
parent 3a829362f2
commit 7b8f02146f

@ -27,3 +27,9 @@ install(
DESTINATION bin
COMPONENT runtime
)
install(
FILES ${CMAKE_CURRENT_SOURCE_DIR}/pam/swaylock
DESTINATION /etc/pam.d/
COMPONENT data
)

@ -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
Loading…
Cancel
Save