diff options
author | Harald Hoyer <harald@redhat.com> | 2010-11-12 15:44:34 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-11-12 15:44:34 +0100 |
commit | d69207c3f20f0af2a5e510515ae5473f4fe54476 (patch) | |
tree | 59844f0018462acfdcc32884aeeda55866e08af8 /extras/udev-acl | |
parent | 851dd4ddc5aeb1ee517145d9e3334c2017595321 (diff) |
70-acl.rules: add ACLs for ID_PDA devices
Diffstat (limited to 'extras/udev-acl')
-rw-r--r-- | extras/udev-acl/70-acl.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/udev-acl/70-acl.rules b/extras/udev-acl/70-acl.rules index c7134bc5bd..66375de9f6 100644 --- a/extras/udev-acl/70-acl.rules +++ b/extras/udev-acl/70-acl.rules @@ -47,6 +47,9 @@ SUBSYSTEM=="misc", KERNEL=="kvm", TAG+="udev-acl" # smart-card readers ENV{ID_SMARTCARD_READER}=="*?", TAG+="udev-acl" +# PDA devices +ENV{ID_PDA}=="*?", TAG+="udev-acl" + # joysticks SUBSYSTEM=="input", ENV{ID_INPUT_JOYSTICK}=="?*", TAG+="udev-acl" |