aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-09-14 06:36:30 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-09-14 06:36:30 -0400
commitba27600bec258d80e60a3ff6cd62834da7523b01 (patch)
treea74067e41ce2a595b8632b59caeff7dc9b0e0401 /README.md
parentMerge pull request #1351 from Ongy/swaygrab-forking (diff)
downloadsway-ba27600bec258d80e60a3ff6cd62834da7523b01.tar.gz
sway-ba27600bec258d80e60a3ff6cd62834da7523b01.tar.zst
sway-ba27600bec258d80e60a3ff6cd62834da7523b01.zip
Update setcap commands in README
Ref #1346
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6ce328ce..b84673a6 100644
--- a/README.md
+++ b/README.md
@@ -76,8 +76,7 @@ Run these commands:
76 76
77On systems with logind, you need to set a few caps on the binary: 77On systems with logind, you need to set a few caps on the binary:
78 78
79 sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway 79 sudo setcap "cap_sys_ptrace,cap_sys_tty_config=eip" /usr/bin/sway
80 sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway
81 80
82On systems without logind, you need to suid the sway binary: 81On systems without logind, you need to suid the sway binary:
83 82