-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.openauthenticator.policy
More file actions
39 lines (39 loc) · 1.75 KB
/
Copy pathapp.openauthenticator.policy
File metadata and controls
39 lines (39 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<policyconfig>
<action id="app.openauthenticator.openApp">
<description gettext-domain="polkit.app.openauthenticator">Authentication required</description>
<message gettext-domain="polkit.app.openauthenticator">Authenticate to access the app.</message>
<defaults>
<allow_any>auth_self</allow_any>
<allow_inactive>auth_self</allow_inactive>
<allow_active>auth_self</allow_active>
</defaults>
</action>
<action id="app.openauthenticator.sensibleAction">
<description gettext-domain="polkit.app.openauthenticator">Authentication required</description>
<message gettext-domain="polkit.app.openauthenticator">Authenticate to continue.</message>
<defaults>
<allow_any>auth_self</allow_any>
<allow_inactive>auth_self</allow_inactive>
<allow_active>auth_self</allow_active>
</defaults>
</action>
<action id="app.openauthenticator.enable">
<description gettext-domain="polkit.app.openauthenticator">Authentication required</description>
<message gettext-domain="polkit.app.openauthenticator">Authenticate to enable local authentication.</message>
<defaults>
<allow_any>auth_self</allow_any>
<allow_inactive>auth_self</allow_inactive>
<allow_active>auth_self</allow_active>
</defaults>
</action>
<action id="app.openauthenticator.disable">
<description gettext-domain="polkit.app.openauthenticator">Authentication required</description>
<message gettext-domain="polkit.app.openauthenticator">Authenticate to disable local authentication.</message>
<defaults>
<allow_any>auth_self</allow_any>
<allow_inactive>auth_self</allow_inactive>
<allow_active>auth_self</allow_active>
</defaults>
</action>
</policyconfig>