mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-20 22:26:20 +01:00
13 lines
373 B
Text
13 lines
373 B
Text
|
# 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
|
||
|
|
||
|
|