xref: /aosp_15_r20/external/selinux/gui/org.selinux.config.policy (revision 2d543d20722ada2425b5bdab9d0d1d29470e7bba)
1*2d543d20SAndroid Build Coastguard Worker<?xml version="1.0" encoding="UTF-8"?>
2*2d543d20SAndroid Build Coastguard Worker<!DOCTYPE policyconfig PUBLIC
3*2d543d20SAndroid Build Coastguard Worker"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
4*2d543d20SAndroid Build Coastguard Worker"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
5*2d543d20SAndroid Build Coastguard Worker<policyconfig>
6*2d543d20SAndroid Build Coastguard Worker
7*2d543d20SAndroid Build Coastguard Worker <vendor>System Config SELinux</vendor>
8*2d543d20SAndroid Build Coastguard Worker <vendor_url>http://fedorahosted.org/system-config-selinux</vendor_url>
9*2d543d20SAndroid Build Coastguard Worker
10*2d543d20SAndroid Build Coastguard Worker <action id="org.selinux.config.pkexec.run">
11*2d543d20SAndroid Build Coastguard Worker    <description>Run System Config SELinux</description>
12*2d543d20SAndroid Build Coastguard Worker    <message>Authentication is required to run system-config-selinux</message>
13*2d543d20SAndroid Build Coastguard Worker    <icon_name>system-selinux</icon_name>
14*2d543d20SAndroid Build Coastguard Worker    <defaults>
15*2d543d20SAndroid Build Coastguard Worker     <allow_any>no</allow_any>
16*2d543d20SAndroid Build Coastguard Worker     <allow_inactive>no</allow_inactive>
17*2d543d20SAndroid Build Coastguard Worker     <allow_active>auth_admin</allow_active>
18*2d543d20SAndroid Build Coastguard Worker    </defaults>
19*2d543d20SAndroid Build Coastguard Worker    <annotate key="org.freedesktop.policykit.exec.path">/usr/share/system-config-selinux/system-config-selinux.py</annotate>
20*2d543d20SAndroid Build Coastguard Worker    <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
21*2d543d20SAndroid Build Coastguard Worker </action>
22*2d543d20SAndroid Build Coastguard Worker</policyconfig>
23