aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-security.7.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-04 09:49:13 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-12-04 09:49:13 -0500
commit1a509dcc29bd4f30a44bf9dbb47e0f3fd14a3746 (patch)
treea71e042f63b1f97c84c9ad90ea19ce048d942f31 /sway/sway-security.7.txt
parentDrop restart command from sanity check (diff)
downloadsway-1a509dcc29bd4f30a44bf9dbb47e0f3fd14a3746.tar.gz
sway-1a509dcc29bd4f30a44bf9dbb47e0f3fd14a3746.tar.zst
sway-1a509dcc29bd4f30a44bf9dbb47e0f3fd14a3746.zip
Fix to sway-security(7)
Diffstat (limited to 'sway/sway-security.7.txt')
-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:
101**screenshot**:: 101**screenshot**::
102 Permission to take screenshots or record the screen. 102 Permission to take screenshots or record the screen.
103 103
104By default, all programs are granted **fullscreen**, **keyboard**, **mouse**, and 104By default, no permissions are granted (though saner defaults are provided in
105**ipc** permissions. You can use the following config commands to control a 105/etc/sway/config.d/security). You can use the following config commands to control
106program's access: 106a program's access:
107 107
108**permit** <executable> <features...>:: 108**permit** <executable> <features...>::
109 Permits <executable> to use <features> (each feature seperated by a space). 109 Permits <executable> to use <features> (each feature seperated by a space).