From 4d312f753c74beadfe26b4cdb4599e7e06fe55a8 Mon Sep 17 00:00:00 2001
From: Drew DeVault <sir@cmpwn.com>
Date: Fri, 2 Dec 2016 10:13:06 -0500
Subject: [PATCH] Add docs on what features sway programs require

---
 sway/sway-security.7.txt | 7 +++++++
 1 file changed, 7 insertions(+)

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
 this access - setcap cap_sys_ptrace=eip /usr/bin/sway should do the trick). If
 sway is unable to read _/proc/[pid]/exe_, it will apply the default policy.
 
+To work correctly, sway's own programs require the following permissions:
+
+- swaybg: background
+- swaylock: lock, keyboard
+- swaybar: panel, mouse
+- swaygrab: screenshot
+
 Command policies
 ----------------