mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Remove setcap instructions
These are obsolete, we don't require them anymore.
This commit is contained in:
parent
89e176d3fb
commit
1c7a6a49b6
6 changed files with 4 additions and 24 deletions
|
|
@ -69,10 +69,6 @@ _\*\*Απαιτείται μόνο για swaylock_
|
|||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
|
||||
Σε συστήματα με logind, χρειάζεται να ορίσετε μερικά δικαιώματα caps στο εκτελέσιμο αρχείο:
|
||||
|
||||
sudo setcap "cap_sys_ptrace,cap_sys_tty_config=eip" /usr/local/bin/sway
|
||||
|
||||
Σε συστήματα χωρίς logind, χρειάζεται να θέσετε το suid bit στο εκτελέσιμο αρχείο:
|
||||
|
||||
sudo chmod a+s /usr/local/bin/sway
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue