diff options
Diffstat (limited to 'policy/org.freedesktop.hal.device-access.policy')
-rw-r--r-- | policy/org.freedesktop.hal.device-access.policy | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/policy/org.freedesktop.hal.device-access.policy b/policy/org.freedesktop.hal.device-access.policy index a7adf9f9..ead49c1b 100644 --- a/policy/org.freedesktop.hal.device-access.policy +++ b/policy/org.freedesktop.hal.device-access.policy @@ -106,4 +106,49 @@ details. </defaults> </action> + <action id="org.freedesktop.hal.device-access.floppy"> + <description>Directly access Floppy devices</description> + <message>System policy prevents access to Floppy devices</message> + <defaults> + <allow_inactive>yes</allow_inactive> + <allow_active>yes</allow_active> + </defaults> + </action> + + <action id="org.freedesktop.hal.device-access.modem"> + <description>Directly access serial modem devices</description> + <message>System policy prevents access to serial modem devices</message> + <defaults> + <allow_inactive>auth_admin_keep_always</allow_inactive> + <allow_active>auth_admin_keep_always</allow_active> + </defaults> + </action> + + <action id="org.freedesktop.hal.device-access.joystick"> + <description>Directly access Joystick devices</description> + <message>System policy prevents access to Joystick devices</message> + <defaults> + <allow_inactive>yes</allow_inactive> + <allow_active>yes</allow_active> + </defaults> + </action> + + <action id="org.freedesktop.hal.device-access.mouse"> + <description>Directly access Mouse devices</description> + <message>System policy prevents access to Mouse devices</message> + <defaults> + <allow_inactive>yes</allow_inactive> + <allow_active>yes</allow_active> + </defaults> + </action> + + <action id="org.freedesktop.hal.device-access.video"> + <description>Directly access Video devices</description> + <message>System policy prevents access to Video devices</message> + <defaults> + <allow_inactive>yes</allow_inactive> + <allow_active>yes</allow_active> + </defaults> + </action> + </policyconfig> |