Re: [gentoo-dev] Handling /dev/rfkill, testers wanted

2014-03-07 Thread Samuli Suominen
On 08/03/14 00:50, Alexander Tsoy wrote: > В Fri, 07 Mar 2014 21:17:20 +0200 > Samuli Suominen пишет: > >> - 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"

Re: [gentoo-dev] Handling /dev/rfkill, testers wanted

2014-03-07 Thread Alexander Tsoy
В Fri, 07 Mar 2014 21:17:20 +0200 Samuli Suominen пишет: > - 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.serv

Re: [gentoo-dev] Handling /dev/rfkill, testers wanted

2014-03-07 Thread Alexander Tsoy
В Fri, 07 Mar 2014 22:15:40 +0200 Samuli Suominen пишет: > > 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" > > > > T

Re: [gentoo-dev] Handling /dev/rfkill, testers wanted

2014-03-07 Thread Samuli Suominen
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 >

Re: [gentoo-dev] Handling /dev/rfkill, testers wanted

2014-03-07 Thread Samuli Suominen
[ ... ] 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?

Re: [gentoo-dev] Handling /dev/rfkill, testers wanted

2014-03-07 Thread Samuli Suominen
On 07/03/14 21:39, Ian Stakenvicius wrote: > On 07/03/14 02:17 PM, Samuli Suominen wrote: > > - sys-fs/udev leaves it to root:root as: > > > KERNEL=="rfkill", MODE="0664" > > > - third party packages like mate-bluetooth, gnome-bluetooth install > > both their own udev .rules to adjust /dev/rfkill

Re: [gentoo-dev] Handling /dev/rfkill, testers wanted

2014-03-07 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/03/14 02:17 PM, Samuli Suominen wrote: > - sys-fs/udev leaves it to root:root as: > > KERNEL=="rfkill", MODE="0664" > > - third party packages like mate-bluetooth, gnome-bluetooth install > both their own udev .rules to adjust /dev/rfkill to

[gentoo-dev] Handling /dev/rfkill, testers wanted

2014-03-07 Thread Samuli Suominen
- 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" - so this is about sys-fs/udev (and perhaps, sys-auth/consoleki