From ba27600bec258d80e60a3ff6cd62834da7523b01 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 14 Sep 2017 06:36:30 -0400 Subject: Update setcap commands in README Ref #1346 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') 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: On systems with logind, you need to set a few caps on the binary: - sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway - sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway + sudo setcap "cap_sys_ptrace,cap_sys_tty_config=eip" /usr/bin/sway On systems without logind, you need to suid the sway binary: -- cgit v1.2.3-54-g00ecf