diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-09-12 04:27:04 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2023-09-13 10:21:59 +0200 |
commit | 68caa8deba08d2a24d73760d9f7808a94e3fe693 (patch) | |
tree | 90625864efdc5cc33f552deb8e4df116d12f70c4 /README.it.md | |
parent | 8edc48f6dd8f401ac36ee529facc6c6859d9b8d3 (diff) |
readme: Stop recommending setuid bit for non-logind systems
- Optional since Sway 1.6 per swaywm/wlroots@bad1e9afa8ea
- Deprecated in Sway 1.7 per 67d3d952b6cd
- Removed in Sway 1.8 per e5728052b59f
- Ignored in future versions (keeps root priveleges)
Diffstat (limited to 'README.it.md')
-rw-r--r-- | README.it.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/README.it.md b/README.it.md index b14b522d..82bb5783 100644 --- a/README.it.md +++ b/README.it.md @@ -42,13 +42,6 @@ Esegui questi comandi: ninja -C build/ sudo ninja -C build/ install -Nei sistemi in cui non sono disponibili né logind né seatd, è necessario -impostare il permesso suid al binario di sway: - - sudo chmod a+s /usr/local/bin/sway - -Sway rinuncerà ai permessi di root poco dopo l'avvio. - ## Configurazione Se hai già usato i3, copia il tuo file di configurazione in |