summaryrefslogtreecommitdiff
path: root/policy
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2009-01-28 13:25:22 +0100
committerDanny Kukawka <danny.kukawka@web.de>2009-01-28 13:25:22 +0100
commit2715a26024cb80f2ad424f5a9e12bf79d28b0018 (patch)
tree6834757078ee7a8083d65cbeab6b099b123456e9 /policy
parent4bde0385a38f4bcd8bebf4af8d3e1f0bf38ca075 (diff)
add ACL and device-access policy for printers
Added ACL and device-access policy for printers.
Diffstat (limited to 'policy')
-rw-r--r--policy/org.freedesktop.hal.device-access.policy9
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 53711744..a2978df3 100644
--- a/policy/org.freedesktop.hal.device-access.policy
+++ b/policy/org.freedesktop.hal.device-access.policy
@@ -154,6 +154,15 @@ NOTE: Please keep the actions in alpabetical order
</defaults>
</action>
+ <action id="org.freedesktop.hal.device-access.printer">
+ <description>Directly access printers</description>
+ <message>System policy prevents access to printers</message>
+ <defaults>
+ <allow_inactive>no</allow_inactive>
+ <allow_active>yes</allow_active>
+ </defaults>
+ </action>
+
<action id="org.freedesktop.hal.device-access.scanner">
<description>Directly access scanners</description>
<message>System policy prevents access to scanners</message>