aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-12-04 09:49:13 -0500
committerFurkan Sahin <furkan-dev@proton.me>2016-12-04 09:49:13 -0500
commitcb1f69d1d5d3ca6586363a88b5d3f2dda16b1c1b (patch)
treea71e042f63b1f97c84c9ad90ea19ce048d942f31
parent2d6b8049fdd68e03a5c413bb3ea6a24476438678 (diff)
Fix to sway-security(7)
-rw-r--r--sway/sway-security.7.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/sway-security.7.txt b/sway/sway-security.7.txt
index 9a2581b1..588684b9 100644
--- a/sway/sway-security.7.txt
+++ b/sway/sway-security.7.txt
@@ -101,9 +101,9 @@ policies. These features are:
**screenshot**::
Permission to take screenshots or record the screen.
-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:
+By default, no permissions are granted (though saner defaults are provided in
+/etc/sway/config.d/security). 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).