man/seatd-launch: Make mssage about root clearer
This commit is contained in:
parent
483dbf76fa
commit
8c85c46d2d
1 changed files with 5 additions and 5 deletions
|
@ -27,11 +27,11 @@ appropriately. Once the specified command terminates, the seatd instance is
|
||||||
also terminated.
|
also terminated.
|
||||||
|
|
||||||
seatd requires root privileges to perform its tasks. This can be achieved
|
seatd requires root privileges to perform its tasks. This can be achieved
|
||||||
through SUID of seatd-launch, *sudo(8)*/*doas(1)*, or by running seatd-launch
|
through SUID of seatd-launch or by running seatd-launch as root. seatd-launch
|
||||||
as root. seatd-launch will drop privileges from the effective user to the real
|
will drop privileges from the effective user to the real user before running
|
||||||
user before running the specified command. If the real user is root, this is
|
the specified command. If the real user is root, this is simply a noop. You
|
||||||
simply a noop - only run directly as root if you intend for the specified
|
should only run seatd-launch as root if you intend for the specified command to
|
||||||
command to run as root as well.
|
run as root as well.
|
||||||
|
|
||||||
seatd-launch serves a similar purpose to the libseat "builtin" backend, but is
|
seatd-launch serves a similar purpose to the libseat "builtin" backend, but is
|
||||||
superior to it for two reasons:
|
superior to it for two reasons:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue