mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
rules: udev-acl - add firewire video devices
This commit is contained in:
parent
6714dc2015
commit
fa0612104a
@ -33,6 +33,15 @@ SUBSYSTEM=="input", SUBSYSTEMS=="sound", ENV{ACL_MANAGE}="1"
|
||||
SUBSYSTEM=="video4linux", ENV{ACL_MANAGE}="1"
|
||||
SUBSYSTEM=="dvb", ENV{ACL_MANAGE}="1"
|
||||
|
||||
# IIDC devices: industrial cameras and some webcams
|
||||
SUBSYSTEM=="firewire", ATTR{units}=="*0x00a02d:0x00010*", ENV{ACL_MANAGE}="1"
|
||||
# AV/C devices: camcorders, set-top boxes, TV sets, audio devices, and more
|
||||
SUBSYSTEM=="firewire", ATTR{units}=="*0x00a02d:0x010001*", ENV{ACL_MANAGE}="1"
|
||||
|
||||
# old style firewire devices
|
||||
KERNEL=="dv1394-[0-9]*", ENV{ACL_MANAGE}="1"
|
||||
KERNEL=="video1394-[0-9]*", ENV{ACL_MANAGE}="1"
|
||||
|
||||
# fingerprint readers
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="2016", ENV{ACL_MANAGE}="1"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user