summaryrefslogtreecommitdiffstats
path: root/security.d/10-freebsd.in
diff options
context:
space:
mode:
Diffstat (limited to 'security.d/10-freebsd.in')
-rw-r--r--security.d/10-freebsd.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/security.d/10-freebsd.in b/security.d/10-freebsd.in
deleted file mode 100644
index 533b526a..00000000
--- a/security.d/10-freebsd.in
+++ /dev/null
@@ -1,19 +0,0 @@
1# sway security rules
2#
3# FreeBSD does not support getting client PID from server side
4# so we can not know the path to the client's binary.
5#
6# The solution for now is to be permissive and allow all
7# features by default for any client.
8
9# Configures enabled compositor features for specific programs
10permit * fullscreen keyboard mouse background screenshot panel lock
11
12ipc * {
13 * enabled
14 events {
15 * enabled
16 }
17}
18
19