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"
В 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
В 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
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
>
[ ... ]
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?
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
-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
- 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