Add PAM configuration for swaylock
This commit is contained in:
parent
16cb8ddd8e
commit
18819d56e7
@ -27,3 +27,9 @@ install(
|
||||
DESTINATION bin
|
||||
COMPONENT runtime
|
||||
)
|
||||
|
||||
install(
|
||||
FILES ${CMAKE_CURRENT_SOURCE_DIR}/pam/swaylock
|
||||
DESTINATION /etc/pam.d/
|
||||
COMPONENT data
|
||||
)
|
||||
|
6
pam/swaylock
Normal file
6
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