diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-03-02 11:04:33 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-03-02 11:04:33 +0100 |
commit | 85d85d46c552a4607ac33aa5f2c899d66b4d5acc (patch) | |
tree | 92be6b12be055f20d59183414c03e7de8c2ee2cc /data/org.ayatana.indicator.keyboard.AccountsService.policy | |
parent | 4a74e3ef90fd60a4fd57b1fa2a456ea692365059 (diff) | |
parent | f4c6f017b0ef8592a8e194ad2b7dbc4d16815fde (diff) | |
download | ayatana-indicator-keyboard-85d85d46c552a4607ac33aa5f2c899d66b4d5acc.tar.gz ayatana-indicator-keyboard-85d85d46c552a4607ac33aa5f2c899d66b4d5acc.tar.bz2 ayatana-indicator-keyboard-85d85d46c552a4607ac33aa5f2c899d66b4d5acc.zip |
Merge branch 'tari01-pr/add-accoutsservice'
Attributes GH PR #31: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/31
Diffstat (limited to 'data/org.ayatana.indicator.keyboard.AccountsService.policy')
-rw-r--r-- | data/org.ayatana.indicator.keyboard.AccountsService.policy | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.keyboard.AccountsService.policy b/data/org.ayatana.indicator.keyboard.AccountsService.policy new file mode 100644 index 00000000..60bbfd2b --- /dev/null +++ b/data/org.ayatana.indicator.keyboard.AccountsService.policy @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<policyconfig> + <action id="org.ayatana.indicator.keyboard.AccountsService.ModifyOwnUser"> + <description>Set properties of own user</description> + <message>Authentication is required to set one's own indicator keyboard 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.keyboard.AccountsService.ModifyAnyUser"> + <description>Set properties of any user</description> + <message>Authentication is required to set another user's indicator keyboard properties.</message> + <defaults> + <allow_any>no</allow_any> + <allow_inactive>no</allow_inactive> + <allow_active>no</allow_active> + </defaults> + </action> +</policyconfig> |