aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.sound.AccountsService.policy
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.ayatana.indicator.sound.AccountsService.policy')
-rw-r--r--data/org.ayatana.indicator.sound.AccountsService.policy23
1 files changed, 23 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.sound.AccountsService.policy b/data/org.ayatana.indicator.sound.AccountsService.policy
new file mode 100644
index 0000000..28e15c1
--- /dev/null
+++ b/data/org.ayatana.indicator.sound.AccountsService.policy
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<policyconfig>
+ <action id="org.ayatana.indicator.sound.AccountsService.ModifyOwnUser">
+ <description>Set properties of own user</description>
+ <message>Authentication is required to set one's own indicator sound properties.</message>
+ <defaults>
+ <allow_any>yes</allow_any>
+ <allow_inactive>yes</allow_inactive>
+ <allow_active>yes</allow_active>
+ </defaults>
+ </action>
+
+ <action id="org.ayatana.indicator.sound.AccountsService.ModifyAnyUser">
+ <description>Set properties of any user</description>
+ <message>Authentication is required to set another user's indicator sound properties.</message>
+ <defaults>
+ <allow_any>no</allow_any>
+ <allow_inactive>no</allow_inactive>
+ <allow_active>no</allow_active>
+ </defaults>
+ </action>
+</policyconfig>