diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-03-28 07:45:16 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-03-28 07:45:16 -0400 |
commit | 8d9a9280588a0a2243c5aa87c769ae42e46f926d (patch) | |
tree | 505bfe4503e0b50beef754e42fc5e87a0edf6934 | |
parent | 82729eeb0c965dfb17c1fd93d76d466b1a51947e (diff) |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ Run these commands: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc .. make sudo make install + +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 |