aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-security.7.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-02 10:13:06 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-12-02 10:13:06 -0500
commit4d312f753c74beadfe26b4cdb4599e7e06fe55a8 (patch)
tree954e1b51c8277ddf9870d127b3777b16f1d7bbe3 /sway/sway-security.7.txt
parentAdd sway-security(7) (diff)
downloadsway-4d312f753c74beadfe26b4cdb4599e7e06fe55a8.tar.gz
sway-4d312f753c74beadfe26b4cdb4599e7e06fe55a8.tar.zst
sway-4d312f753c74beadfe26b4cdb4599e7e06fe55a8.zip
Add docs on what features sway programs require
Diffstat (limited to 'sway/sway-security.7.txt')
-rw-r--r--sway/sway-security.7.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/sway/sway-security.7.txt b/sway/sway-security.7.txt
index f3d4a229..37c71260 100644
--- a/sway/sway-security.7.txt
+++ b/sway/sway-security.7.txt
@@ -115,6 +115,13 @@ process to be able to access _/proc/[pid]/exe_ (see **procfs(5)** for details on
115this access - setcap cap_sys_ptrace=eip /usr/bin/sway should do the trick). If 115this access - setcap cap_sys_ptrace=eip /usr/bin/sway should do the trick). If
116sway is unable to read _/proc/[pid]/exe_, it will apply the default policy. 116sway is unable to read _/proc/[pid]/exe_, it will apply the default policy.
117 117
118To work correctly, sway's own programs require the following permissions:
119
120- swaybg: background
121- swaylock: lock, keyboard
122- swaybar: panel, mouse
123- swaygrab: screenshot
124
118Command policies 125Command policies
119---------------- 126----------------
120 127