mirror of
https://github.com/swaywm/sway.git
synced 2024-11-17 21:49:16 +00:00
Fix to sway-security(7)
This commit is contained in:
parent
cdecf3c495
commit
1a509dcc29
|
@ -101,9 +101,9 @@ policies. These features are:
|
||||||
**screenshot**::
|
**screenshot**::
|
||||||
Permission to take screenshots or record the screen.
|
Permission to take screenshots or record the screen.
|
||||||
|
|
||||||
By default, all programs are granted **fullscreen**, **keyboard**, **mouse**, and
|
By default, no permissions are granted (though saner defaults are provided in
|
||||||
**ipc** permissions. You can use the following config commands to control a
|
/etc/sway/config.d/security). You can use the following config commands to control
|
||||||
program's access:
|
a program's access:
|
||||||
|
|
||||||
**permit** <executable> <features...>::
|
**permit** <executable> <features...>::
|
||||||
Permits <executable> to use <features> (each feature seperated by a space).
|
Permits <executable> to use <features> (each feature seperated by a space).
|
||||||
|
|
Loading…
Reference in a new issue