Browse Source

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.
debian/master
Kenny Levinsen 2 years ago
parent
commit
5535c2c3b1
  1. 3
      contrib/systemd/seatd.service

3
contrib/systemd/seatd.service

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

Loading…
Cancel
Save