1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <policyconfig >
3+ <action id =" app.openauthenticator.openApp" >
4+ <description gettext-domain =" polkit.app.openauthenticator" >Authentication required</description >
5+ <message gettext-domain =" polkit.app.openauthenticator" >Authenticate to access the app.</message >
6+ <defaults >
7+ <allow_any >auth_self</allow_any >
8+ <allow_inactive >auth_self</allow_inactive >
9+ <allow_active >auth_self</allow_active >
10+ </defaults >
11+ </action >
12+ <action id =" app.openauthenticator.sensibleAction" >
13+ <description gettext-domain =" polkit.app.openauthenticator" >Authentication required</description >
14+ <message gettext-domain =" polkit.app.openauthenticator" >Authenticate to continue.</message >
15+ <defaults >
16+ <allow_any >auth_self</allow_any >
17+ <allow_inactive >auth_self</allow_inactive >
18+ <allow_active >auth_self</allow_active >
19+ </defaults >
20+ </action >
21+ <action id =" app.openauthenticator.enable" >
22+ <description gettext-domain =" polkit.app.openauthenticator" >Authentication required</description >
23+ <message gettext-domain =" polkit.app.openauthenticator" >Authenticate to enable local authentication.</message >
24+ <defaults >
25+ <allow_any >auth_self</allow_any >
26+ <allow_inactive >auth_self</allow_inactive >
27+ <allow_active >auth_self</allow_active >
28+ </defaults >
29+ </action >
30+ <action id =" app.openauthenticator.disable" >
31+ <description gettext-domain =" polkit.app.openauthenticator" >Authentication required</description >
32+ <message gettext-domain =" polkit.app.openauthenticator" >Authenticate to disable local authentication.</message >
33+ <defaults >
34+ <allow_any >auth_self</allow_any >
35+ <allow_inactive >auth_self</allow_inactive >
36+ <allow_active >auth_self</allow_active >
37+ </defaults >
38+ </action >
39+ </policyconfig >
0 commit comments