On 08/03/14 00:50, Alexander Tsoy wrote: > В Fri, 07 Mar 2014 21:17:20 +0200 > Samuli Suominen <ssuomi...@gentoo.org> пишет: > >> - sys-apps/systemd has it's own service to handle /dev/rfkill from >> 99-systemd.rules we don't install with sys-fs/udev: >> >> SUBSYSTEM=="rfkill", TAG+="systemd", IMPORT{builtin}="path_id", >> ENV{SYSTEMD_WANTS}+="systemd-rfkill@$name.service" >> > The above rule from systemd just run a special unit which > saves/restores rfkill state across reboots. It has nothing to do > with permissions of device nodes and/or ACLs.
OK. Didn't know that. Still, 40-gentoo.rules is per implementation specific, so I'll leave sys-apps/systemd handle their own. They might, or might not take action based on the results of this thread. Mainly it was to demonstrate the SUBSYSTEM=="rfkill" use that's a change to the KERNEL=="rfkill", SUBSYSTEM=="misc" I've seen in the past.