seatd
- Do not depend on
logind(orelogind) forlibseat - Does it depend on
basuif we’re not relying onlogind/systemd? - Check if we need a service file?
- Do we need
chmod u+s(suid) onbin/seatd-launch? - Group name
videovsseat(prefer the former as it already exists) - Do we need a seatd service file:
#!/bin/shexec seatd -g video 2>&1- Without
seatd, and given that glaucus does not usepamorlogind, getting a compositor to work will require full suid?