mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Add PAM configuration for swaylock
This commit is contained in:
parent
3a829362f2
commit
7b8f02146f
@ -27,3 +27,9 @@ install(
|
|||||||
DESTINATION bin
|
DESTINATION bin
|
||||||
COMPONENT runtime
|
COMPONENT runtime
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(
|
||||||
|
FILES ${CMAKE_CURRENT_SOURCE_DIR}/pam/swaylock
|
||||||
|
DESTINATION /etc/pam.d/
|
||||||
|
COMPONENT data
|
||||||
|
)
|
||||||
|
6
swaylock/pam/swaylock
Normal file
6
swaylock/pam/swaylock
Normal file
@ -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…
Reference in New Issue
Block a user