On 07/03/14 21:57, Samuli Suominen wrote:
> [ ... ]
>
> So, make sure only 50-udev-default.rules has it's rfkill line and create
> file 70-gentoo-acl.rules with content of:
>
> SUBSYSTEM=="rfkill", TAG+="udev-acl"
>
> This would make it work with ACLs "+" if user is viewed as 'active = TRUE' in
> `ck-list-sessions`
>
> Can someone confirm?
>
>
I don't get why 99-systemd.rules uses SUBSYSTEM=="rfkill" but someone
just posted me this:
$ udevadm info -a --name /dev/rfkill
looking at device '/devices/virtual/misc/rfkill':
KERNEL=="rfkill"
SUBSYSTEM=="misc"
DRIVER==""
So it would have to be KERNEL=="rfkill" instead of SUBSYSTEM=="rfkill"?
Would be so much easier if I had a device that created /dev/rfkill, I
wonder if that can be simulated somehow sane.