Seat manager: Difference between revisions
WhyNotHugo (talk | contribs) (Add link to seatd) |
m (Minor grammar improvements.) |
||
Line 1: | Line 1: | ||
{{todo|This article needs verification for X11 based setups}} | {{todo|This article needs verification for X11 based setups}} | ||
A seat manager dictates access to input and output devices | A seat manager dictates access to input and output devices such as keyboards and monitors. | ||
On | On Alpine Linux 2 seat managers are available: | ||
* [[seatd]]: a minimal seat management daemon | * [[seatd]]: a minimal seat management daemon. | ||
* [[elogind]]: from systemd | * [[elogind]]: login manager extracted from systemd. | ||
== Input and video groups == | == Input and video groups == | ||
Some instructions mention the need for the <code>input</code> and <code>video</code> groups. This is in most cases | Some instructions mention the need for the <code>input</code> and <code>video</code> groups. This is in most cases incorrect and insecure! The seat manager already provides the necessary permissions. | ||
Due to issue {{issue|15409}} there is currently 1 exception: If you aren't using elogind and need [[PipeWire#Device_access|PipeWire]] to access a webcam you need the <code>video</code> group. | Due to issue {{issue|15409}} there is currently 1 exception: If you aren't using elogind and need [[PipeWire#Device_access|PipeWire]] to access a webcam you need the <code>video</code> group. | ||
Line 15: | Line 15: | ||
* [https://man.sr.ht/~kennylevinsen/seatd/#what-is-a-seat seatd: what is a seat] | * [https://man.sr.ht/~kennylevinsen/seatd/#what-is-a-seat seatd: what is a seat] | ||
* [https://docs.voidlinux.org/config/session-management.html void docs: Session and Seat Management] | * [https://docs.voidlinux.org/config/session-management.html void docs: Session and Seat Management] | ||
* A seat manager should not be confused with a login | * A seat manager should not be confused with a login manager, such a [[greetd]]. | ||
[[Category:Desktop]] | [[Category:Desktop]] |
Revision as of 02:25, 3 June 2024
Todo: This article needs verification for X11 based setups
A seat manager dictates access to input and output devices such as keyboards and monitors.
On Alpine Linux 2 seat managers are available:
Input and video groups
Some instructions mention the need for the input
and video
groups. This is in most cases incorrect and insecure! The seat manager already provides the necessary permissions.
Due to issue #15409 there is currently 1 exception: If you aren't using elogind and need PipeWire to access a webcam you need the video
group.
See Also
- seatd: what is a seat
- void docs: Session and Seat Management
- A seat manager should not be confused with a login manager, such a greetd.