You are right. This is embarrassing, sorry to bother you guys with this
then.

I had this rule:

# lsusb: Bus 002 Device 014: ID 136e:0007

ACTION!="add|change", GOTO="usb_device_end"
SUBSYSTEM!="usb", MODE="0660", GOTO="usb_device_end"
ENV{DEVTYPE}!="usb_device", GOTO="usb_device_end"

ATTRS{idVendor}=="136e", ATTRS{idProduct}=="0007", MODE="0660",
GROUP="plugdev"

LABEL="usb_device_end"


And it touched /dev/null. Why?

If I only use this:

ATTRS{idVendor}=="136e", ATTRS{idProduct}=="0007", MODE="0660",
GROUP="plugdev"

Then it is OK, /dev/null is not touched.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522313

Title:
  Wrong /dev/null permissions after boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1522313/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to