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.pt.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.pt.md') 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: -- cgit v1.2.3-54-g00ecf