mirror of
https://github.com/systemd/systemd.git
synced 2025-02-04 21:47:31 +03:00
50-udev-default.rules: fix printer MODE
Prefix with a 0 to be consistent with other rules. https://launchpad.net/bugs/438114
This commit is contained in:
parent
8d12968558
commit
ca2bf8007d
@ -67,7 +67,7 @@ KERNEL=="irlpt[0-9]*", GROUP="lp"
|
||||
# hplip and cups 1.4+ use raw USB devices, so permissions should be similar to
|
||||
# the ones from the old usblp kernel module
|
||||
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="", IMPORT{program}="usb_id --export %p"
|
||||
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}==":0701*:", GROUP="lp", MODE="664"
|
||||
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}==":0701*:", GROUP="lp", MODE="0664"
|
||||
|
||||
# block
|
||||
SUBSYSTEM=="block", GROUP="disk"
|
||||
|
Loading…
x
Reference in New Issue
Block a user