aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.display.AccountsService.policy
blob: a2bff7aa1a86cd4fc6faf574dab50d8d0c8e8e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>