diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2009-01-28 13:44:05 +0100 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2009-01-28 13:44:05 +0100 |
commit | 0d6eaa5ab4bdbaa73b20db0e9c200af39c00b2ee (patch) | |
tree | c8ec09f27a3c7589b8bcd2f70a465bcf2a06db9f /policy/org.freedesktop.hal.device-access.policy | |
parent | d7a06bc844b922a22db8ec4715e2f602898c3cf9 (diff) |
sort existing PolicyKit policies for device access alphabetical
Sorted existing PolicyKit policies for device acces alphabetical.
Diffstat (limited to 'policy/org.freedesktop.hal.device-access.policy')
-rw-r--r-- | policy/org.freedesktop.hal.device-access.policy | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/policy/org.freedesktop.hal.device-access.policy b/policy/org.freedesktop.hal.device-access.policy index a2978df3..e083eb49 100644 --- a/policy/org.freedesktop.hal.device-access.policy +++ b/policy/org.freedesktop.hal.device-access.policy @@ -19,15 +19,6 @@ 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> @@ -55,18 +46,18 @@ NOTE: Please keep the actions in alpabetical order </defaults> </action> - <action id="org.freedesktop.hal.device-access.removable-block"> - <description>Directly access removable block devices</description> - <message>System policy prevents access to removable block devices</message> + <action id="org.freedesktop.hal.device-access.dvb"> + <description>Directly access DVB devices</description> + <message>System policy prevents access to DVB devices</message> <defaults> <allow_inactive>no</allow_inactive> - <allow_active>no</allow_active> + <allow_active>yes</allow_active> </defaults> </action> - <action id="org.freedesktop.hal.device-access.dvb"> - <description>Directly access DVB devices</description> - <message>System policy prevents access to DVB devices</message> + <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> @@ -163,6 +154,15 @@ NOTE: Please keep the actions in alpabetical order </defaults> </action> + <action id="org.freedesktop.hal.device-access.removable-block"> + <description>Directly access removable block devices</description> + <message>System policy prevents access to removable block devices</message> + <defaults> + <allow_inactive>no</allow_inactive> + <allow_active>no</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> @@ -181,20 +181,20 @@ NOTE: Please keep the actions in alpabetical order </defaults> </action> - <action id="org.freedesktop.hal.device-access.video4linux"> - <description>Directly access video capture devices</description> - <message>System policy prevents access to video capture devices</message> + <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>no</allow_inactive> + <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> + <action id="org.freedesktop.hal.device-access.video4linux"> + <description>Directly access video capture devices</description> + <message>System policy prevents access to video capture devices</message> <defaults> - <allow_inactive>yes</allow_inactive> + <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> |