diff options
author | Ted Gould <ted@gould.cx> | 2014-02-10 11:54:07 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-10 11:54:07 -0600 |
commit | 9660d0b5c1cee59d7b34e989fc2da19b67167619 (patch) | |
tree | 2b4f4e3b40ef6bd05f1c2734d8218b46ab679229 /data/com.canonical.indicator.sound.AccountsService.policy | |
parent | 1711049123981c79400b06ccd46d4e010925e33b (diff) | |
download | ayatana-indicator-sound-9660d0b5c1cee59d7b34e989fc2da19b67167619.tar.gz ayatana-indicator-sound-9660d0b5c1cee59d7b34e989fc2da19b67167619.tar.bz2 ayatana-indicator-sound-9660d0b5c1cee59d7b34e989fc2da19b67167619.zip |
Trying to put together all our account service pieces
Diffstat (limited to 'data/com.canonical.indicator.sound.AccountsService.policy')
-rw-r--r-- | data/com.canonical.indicator.sound.AccountsService.policy | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.sound.AccountsService.policy b/data/com.canonical.indicator.sound.AccountsService.policy new file mode 100644 index 0000000..4d0ee75 --- /dev/null +++ b/data/com.canonical.indicator.sound.AccountsService.policy @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<policyconfig> + <action id="com.canonical.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="com.canonical.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> |