# adds the "uaccess" tag to framebuffer-devices # allows systemd to use POSIX-ACL on local logind-session ACTION=="remove", GOTO="uaccess_end" ENV{MAJOR}=="", GOTO="uaccess_end" # framebuffer, accessed by: fbida, mplayer and so on SUBSYSTEM=="graphics", KERNEL=="fb*", TAG+="uaccess" LABEL="uaccess_end"