commit 1a509dcc29bd4f30a44bf9dbb47e0f3fd14a3746
parent cdecf3c4957e3e517f6d832617109d05b06e481a
Author: Drew DeVault <sir@cmpwn.com>
Date: Sun, 4 Dec 2016 09:49:13 -0500
Fix to sway-security(7)
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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).