diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-09-14 06:36:30 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-09-14 06:36:30 -0400 |
commit | ba27600bec258d80e60a3ff6cd62834da7523b01 (patch) | |
tree | a74067e41ce2a595b8632b59caeff7dc9b0e0401 /README.pt.md | |
parent | ec9a977fbbdf7ed6134ad95d7ce8bee793243ee8 (diff) |
Update setcap commands in README
Ref #1346
Diffstat (limited to 'README.pt.md')
-rw-r--r-- | README.pt.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/README.pt.md b/README.pt.md index 106218e3..948d82e7 100644 --- a/README.pt.md +++ b/README.pt.md @@ -84,8 +84,7 @@ Para compilar, execute estes comandos: Em sistemas com logind, configure as seguintes capacidades para o arquivo binĂ¡rio: - 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 Em sistemas sem logind, ative a *flag* de *suid* do arquivo binĂ¡rio: |