aboutsummaryrefslogtreecommitdiffstats
path: root/security.d/10-freebsd.in
blob: 533b526a44272d76a7635ccaf33de7848714833b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
   }
}