diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2008-10-27 11:17:49 +0100 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2008-10-27 11:17:49 +0100 |
commit | 4fc860155b36d7767222ed92e640c07fd4a92019 (patch) | |
tree | dace666a31946f185e282171e0b469f9bb5358f5 /policy/org.freedesktop.hal.device-access.policy | |
parent | af71a0cb2536741c8847ffdac395bd9f0b5eef83 (diff) |
added ACL/device access rules for fingerprint reader
Added ACL/device access rules for fingerprint reader.
Diffstat (limited to 'policy/org.freedesktop.hal.device-access.policy')
-rw-r--r-- | policy/org.freedesktop.hal.device-access.policy | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/policy/org.freedesktop.hal.device-access.policy b/policy/org.freedesktop.hal.device-access.policy index 41c0afe1..3c07e72c 100644 --- a/policy/org.freedesktop.hal.device-access.policy +++ b/policy/org.freedesktop.hal.device-access.policy @@ -19,6 +19,15 @@ NOTE: Please keep the actions in alpabetical order <policyconfig> + <action id="org.freedesktop.hal.device-access.fingerprint-reader"> + <description>Directly access to fingerprint reader devices</description> + <message>System policy prevents access to fingerprint readers</message> + <defaults> + <allow_inactive>no</allow_inactive> + <allow_active>yes</allow_active> + </defaults> + </action> + <action id="org.freedesktop.hal.device-access.audio-player"> <description>Directly access audio players</description> <message>System policy prevents access to audio players</message> |