sway/security.d/10-freebsd.in

20 lines
429 B
Plaintext
Raw Normal View History

2017-07-11 08:56:07 +00:00
# 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
2017-07-24 16:26:34 +00:00
ipc * {
* enabled
events {
* enabled
}
}
2017-07-11 08:56:07 +00:00