chiark / gitweb /
rules: move builtin calls before the permissions section
authorKay Sievers <kay@vrfy.org>
Wed, 20 Mar 2013 00:26:17 +0000 (01:26 +0100)
committerKay Sievers <kay@vrfy.org>
Wed, 20 Mar 2013 00:30:34 +0000 (01:30 +0100)
commitbbb7f2ae5035105575365750592caa87213d7072
tree3b573097ec68b0c93b470f1ba264edf561d55dc4
parent1535fb73799f1c6079e8329af5d710bf9d55cbaf
rules: move builtin calls before the permissions section

<heftig> kay: systemd commit 22582bb broke cups usb printing for me
<heftig> because the "lp" group isn't applied anymore
<heftig> SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:0701??:*", GROUP="lp"
<heftig> moving this line to the end of 50-udev-default.rules restores correct behavior, as it's after usb_id
rules/50-udev-default.rules