aboutsummaryrefslogtreecommitdiffstats
path: root/swaylock
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-04 08:30:40 -0500
committerLibravatar GitHub <noreply@github.com>2016-12-04 08:30:40 -0500
commit5778c59a2f302071fd781683db57a97b51396c87 (patch)
treee0ec272832e88e6c8d92719efa70c6749452daff /swaylock
parentFix memory leaks in swaybar (diff)
parentDisallow everything by default (diff)
downloadsway-5778c59a2f302071fd781683db57a97b51396c87.tar.gz
sway-5778c59a2f302071fd781683db57a97b51396c87.tar.zst
sway-5778c59a2f302071fd781683db57a97b51396c87.zip
Merge pull request #981 from SirCmpwn/security
Security features
Diffstat (limited to 'swaylock')
-rw-r--r--swaylock/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaylock/CMakeLists.txt b/swaylock/CMakeLists.txt
index febbd1af..4aec6424 100644
--- a/swaylock/CMakeLists.txt
+++ b/swaylock/CMakeLists.txt
@@ -42,7 +42,7 @@ install(
42 42
43install( 43install(
44 FILES ${CMAKE_CURRENT_SOURCE_DIR}/pam/swaylock 44 FILES ${CMAKE_CURRENT_SOURCE_DIR}/pam/swaylock
45 DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/pam.d/ 45 DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/pam.d/
46 COMPONENT data 46 COMPONENT data
47) 47)
48 48