diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-02-21 05:18:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-21 05:18:42 -0500 |
commit | f68d2fb33c433d13def0921db561eb23d400683c (patch) | |
tree | cd8ec8565a63cd5b047e45b001debed16d6a2bdd /sway/CMakeLists.txt | |
parent | 76614efb16527420017291cd47de176b11440d38 (diff) | |
parent | 276630eb9632fe2323d02c5d4113062830c49082 (diff) | |
download | sway-f68d2fb33c433d13def0921db561eb23d400683c.tar.xz |
Merge pull request #1080 from SirCmpwn/ipc-security
Revise IPC security configuration
Diffstat (limited to 'sway/CMakeLists.txt')
-rw-r--r-- | sway/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt index d5453003..981f8a07 100644 --- a/sway/CMakeLists.txt +++ b/sway/CMakeLists.txt @@ -91,7 +91,7 @@ function(add_config name source destination) endfunction() add_config(config config sway) -add_config(security security sway) +add_config(00-defaults security.d/00-defaults sway/security.d) add_manpage(sway 1) add_manpage(sway 5) |