mirror of
https://github.com/swaywm/sway.git
synced 2024-10-31 21:47:24 +00:00
ff1eccfabc
Add secucity config for FreeBSD.
13 lines
373 B
Plaintext
13 lines
373 B
Plaintext
# 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
|
|
|
|
|