aboutsummaryrefslogtreecommitdiff
path: root/sway/sway-security.7.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway-security.7.txt')
-rw-r--r--sway/sway-security.7.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/sway/sway-security.7.txt b/sway/sway-security.7.txt
index a4122c5c..53c7b876 100644
--- a/sway/sway-security.7.txt
+++ b/sway/sway-security.7.txt
@@ -81,6 +81,9 @@ policies. These features are:
Permission to become fullscreen. Note that users can always make a window
fullscreen themselves with the fullscreen command.
+**ipc**::
+ Permission to connect to sway's IPC socket.
+
**keyboard**::
Permission to receive keyboard events (only while they are focused).
@@ -98,9 +101,9 @@ policies. These features are:
**screenshot**::
Permission to take screenshots or record the screen.
-By default, all programs are granted **fullscreen**, **keyboard**, and **mouse**
-permissions. You can use the following config commands to control a program's
-access:
+By default, all programs are granted **fullscreen**, **keyboard**, **mouse**, and
+**ipc** permissions. You can use the following config commands to control a
+program's access:
**permit** <executable> <features...>::
Permits <executable> to use <features> (each feature seperated by a space).