diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-03-27 07:02:08 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-03-27 07:02:08 -0400 |
commit | 82729eeb0c965dfb17c1fd93d76d466b1a51947e (patch) | |
tree | f3171b14cdbd7778039599cebd186f91db1cb597 | |
parent | e659db4f73366010ad0017297a594216585510e4 (diff) |
Mention cap_sys_tty_config in readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ Run these commands: make sudo make install sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway + sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway On systems without logind, you need to suid the sway binary: |