aboutsummaryrefslogtreecommitdiff
path: root/security.d/10-freebsd.in
diff options
context:
space:
mode:
authorÉrico Rolim <erico.erc@gmail.com>2020-05-14 02:28:22 -0300
committerSimon Ser <contact@emersion.fr>2020-05-14 09:36:09 +0200
commitaa48b926be21bfe9713a9caf36ce10b5345e50ab (patch)
tree7bce9a80cc2d224b4cdcb9e40c684aaac9ab671d /security.d/10-freebsd.in
parent0f11aa037ad8765abf66e0c90052f9e4c37d56db (diff)
security.d: remove directory
Remove the entries from meson.build as well.
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 @@
-# sway security rules
-#
-# FreeBSD does not support getting client PID from server side
-# so we can not know the path to the client's binary.
-#
-# The solution for now is to be permissive and allow all
-# features by default for any client.
-
-# Configures enabled compositor features for specific programs
-permit * fullscreen keyboard mouse background screenshot panel lock
-
-ipc * {
- * enabled
- events {
- * enabled
- }
-}
-
-