summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-07-24 13:14:00 -0400
committerLibravatar GitHub <noreply@github.com>2017-07-24 13:14:00 -0400
commita218a0b422429f5428bf092dacc1c7f5f533c783 (patch)
tree34e21f6892fb7c47018b42bea683f2708fb86dae
parentMerge pull request #1285 from tobiasblass/fix_non_dbus_build (diff)
parentsecurity: enabled ipc on freebsd (diff)
downloadsway-a218a0b422429f5428bf092dacc1c7f5f533c783.tar.gz
sway-a218a0b422429f5428bf092dacc1c7f5f533c783.tar.zst
sway-a218a0b422429f5428bf092dacc1c7f5f533c783.zip
Merge pull request #1288 from johalun/master-securityconf-freebsd
security: enabled ipc on freebsd
-rw-r--r--security.d/10-freebsd.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/security.d/10-freebsd.in b/security.d/10-freebsd.in
index de405f70..533b526a 100644
--- a/security.d/10-freebsd.in
+++ b/security.d/10-freebsd.in
@@ -9,4 +9,11 @@
9# Configures enabled compositor features for specific programs 9# Configures enabled compositor features for specific programs
10permit * fullscreen keyboard mouse background screenshot panel lock 10permit * fullscreen keyboard mouse background screenshot panel lock
11 11
12ipc * {
13 * enabled
14 events {
15 * enabled
16 }
17}
18
12 19