mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
16 lines
497 B
Text
16 lines
497 B
Text
# sway security rules
|
|
#
|
|
# Read sway-security(7) for details on how to secure your sway install.
|
|
#
|
|
# You MUST read this man page if you intend to attempt to secure your sway
|
|
# installation.
|
|
#
|
|
# DO NOT CHANGE THIS FILE.
|
|
#
|
|
# Override these defaults by writing new files in
|
|
# @sysconfdir@/sway/security.d/*
|
|
|
|
permit * fullscreen
|
|
permit @prefix@/bin/swaylock zwlr_layer_shell_v1 zwlr_input_inhibt_manager_v1
|
|
permit @prefix@/bin/swaybg zwlr_layer_shell_v1
|
|
permit @prefix@/bin/swaybar zwlr_layer_shell_v1
|