diff options
author | Richard Hughes <richard@hughsie.com> | 2008-12-03 11:09:53 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2008-12-03 11:09:53 +0000 |
commit | 5fb4c74d2a4f63688b75cd8dd3e38eac8908a4b8 (patch) | |
tree | ea223163a7dc9e07d761d87b82022ddcff923a21 /policy | |
parent | 2dfdb17cf9891587947af54b61c17c22e4fc7bfc (diff) |
trivial: add some more implementation of the DkpQos class
Diffstat (limited to 'policy')
-rw-r--r-- | policy/org.freedesktop.devicekit.power.policy.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/policy/org.freedesktop.devicekit.power.policy.in b/policy/org.freedesktop.devicekit.power.policy.in index 3185c97..8b76348 100644 --- a/policy/org.freedesktop.devicekit.power.policy.in +++ b/policy/org.freedesktop.devicekit.power.policy.in @@ -23,7 +23,6 @@ file are instantly applied. <_description>Suspend the system</_description> <_message>Authentication is required to suspend the system</_message> <defaults> - <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> @@ -33,7 +32,6 @@ file are instantly applied. <_description>Hibernate the system</_description> <_message>Authentication is required to hibernate the system</_message> <defaults> - <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> @@ -43,7 +41,6 @@ file are instantly applied. <_description>Set the required latency of an application</_description> <_message>Authentication is required to set the required latency of an application</_message> <defaults> - <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> @@ -53,7 +50,6 @@ file are instantly applied. <_description>Set a persistent latency setting</_description> <_message>Authentication is required to set a persistent latency setting</_message> <defaults> - <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> @@ -63,7 +59,6 @@ file are instantly applied. <_description>Set administrator settings for latency control</_description> <_message>Authentication is required to set administrator settings for latency control</_message> <defaults> - <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>auth_admin</allow_active> </defaults> @@ -73,7 +68,6 @@ file are instantly applied. <_description>Cancel a latency request</_description> <_message>Authentication is required to cancel a latency request</_message> <defaults> - <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>auth_admin</allow_active> </defaults> |