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