Skip to main content


@Beko Pharm I was very familiar with the RWO permissions but not with the expanded ACLs, thank you for the discovery! Would you mind sharing the contents of your 73-seat-late.rules file out of curiosity?

I hope I didn't repeat BS on this - my seat rules on Fedora look like this (YMMV):

ACTION=="remove", GOTO="seat_late_end"

ENV{ID_SEAT}=="", ENV{ID_AUTOSEAT}=="1", ENV{ID_FOR_SEAT}!="", ENV{ID_SEAT}="seat-$env{ID_FOR_SEAT}"
ENV{ID_SEAT}=="", IMPORT{parent}="ID_SEAT"

ENV{ID_SEAT}!="", TAG+="$env{ID_SEAT}"
TAG=="uaccess", ENV{MAJOR}!="", RUN{builtin}+="uaccess"

LABEL="seat_late_end"

@Beko Pharm @Beko Pharm I have the same file on my Debian headless server, I didn't know about udev and seat, I guess I'll have to once I eventually switch to Linux!