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:
parent
81ff0a09a9
commit
5535c2c3b1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue