aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.display.AccountsService.policy
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2023-12-03 22:56:36 +0100
committerRobert Tari <robert@tari.in>2023-12-03 22:56:36 +0100
commit83fad6307903644c0c6588001220aafb1da95cbe (patch)
treec1bc11a99715fa7df79f56a10af2e23ce8e77fdc /data/org.ayatana.indicator.display.AccountsService.policy
parent72490e5c84136662476e1792089b23613c09b7b6 (diff)
downloadayatana-indicator-display-83fad6307903644c0c6588001220aafb1da95cbe.tar.gz
ayatana-indicator-display-83fad6307903644c0c6588001220aafb1da95cbe.tar.bz2
ayatana-indicator-display-83fad6307903644c0c6588001220aafb1da95cbe.zip
data/*: Add AccountsService files
Diffstat (limited to 'data/org.ayatana.indicator.display.AccountsService.policy')
-rw-r--r--data/org.ayatana.indicator.display.AccountsService.policy21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.display.AccountsService.policy b/data/org.ayatana.indicator.display.AccountsService.policy
new file mode 100644
index 0000000..a2bff7a
--- /dev/null
+++ b/data/org.ayatana.indicator.display.AccountsService.policy
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<policyconfig>
+ <action id="org.ayatana.indicator.display.AccountsService.ModifyOwnUser">
+ <description>Set properties of own user</description>
+ <message>Authentication is required to set one's own indicator display 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.display.AccountsService.ModifyAnyUser">
+ <description>Set properties of any user</description>
+ <message>Authentication is required to set another user's indicator display properties.</message>
+ <defaults>
+ <allow_any>no</allow_any>
+ <allow_inactive>no</allow_inactive>
+ <allow_active>no</allow_active>
+ </defaults>
+ </action>
+</policyconfig>