aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-04 09:59:25 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-12-04 09:59:25 -0500
commit49fe25c1067d6b91dda9f096cf3bf3cdd9686528 (patch)
tree0495377cae4f5b797f3a1279c1bce76c18db7d3d /README.md
parentAdd link to security features issue in readme (diff)
downloadsway-49fe25c1067d6b91dda9f096cf3bf3cdd9686528.tar.gz
sway-49fe25c1067d6b91dda9f096cf3bf3cdd9686528.tar.zst
sway-49fe25c1067d6b91dda9f096cf3bf3cdd9686528.zip
Mention setcap in manual install instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e49a4d74..e20167f6 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,7 @@ Run these commands:
66 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc .. 66 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc ..
67 make 67 make
68 sudo make install 68 sudo make install
69 sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway
69 70
70On systems without logind, you need to suid the sway binary: 71On systems without logind, you need to suid the sway binary:
71 72