contrib/systemd: Use a different group

"video" was used for convenience in the example, but a dedicated group
is preferable so that a user does not gain the ability to bypass the
seat manager and open devices directly.
This commit is contained in:
Kenny Levinsen 2021-04-17 17:08:51 +02:00
parent 81ff0a09a9
commit 5535c2c3b1

View file

@ -4,7 +4,8 @@ Documentation=man:seatd(1)
[Service] [Service]
Type=simple Type=simple
ExecStart=seatd -g video # Specify the group you'd like to grant access to seatd
ExecStart=seatd -g seat
Restart=always Restart=always
RestartSec=1 RestartSec=1