diff options
author | Ludwig Nussel <ludwig.nussel@suse.de> | 2008-08-25 19:20:04 +0200 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2008-08-25 19:20:04 +0200 |
commit | 8d9c3927a8c02da22d021e744601ef532afb0e6d (patch) | |
tree | 508f18643cf0ba5667cb92f6fec36797ce1222ae /policy/org.freedesktop.hal.device-access.policy | |
parent | 88074a784f1b74b9c894be569c5f8762cadc9d16 (diff) |
merge additional device access types from hal-resmgr
Merged additional device access types from hal-resmgr:
- org.freedesktop.hal.device-access.floppy
- org.freedesktop.hal.device-access.modem
- org.freedesktop.hal.device-access.joystick
- org.freedesktop.hal.device-access.mouse
- org.freedesktop.hal.device-access.video
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> |