2e4d0bc862
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
22 lines
928 B
XML
22 lines
928 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE policyconfig PUBLIC
|
|
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
|
|
<policyconfig>
|
|
|
|
<vendor>System Config SELinux</vendor>
|
|
<vendor_url>http://fedorahosted.org/system-config-selinux</vendor_url>
|
|
|
|
<action id="org.selinux.config.pkexec.run">
|
|
<description>Run System Config SELinux</description>
|
|
<message>Authentication is required to run system-config-selinux</message>
|
|
<icon_name>system-selinux</icon_name>
|
|
<defaults>
|
|
<allow_any>no</allow_any>
|
|
<allow_inactive>no</allow_inactive>
|
|
<allow_active>auth_admin</allow_active>
|
|
</defaults>
|
|
<annotate key="org.freedesktop.policykit.exec.path">/usr/share/system-config-selinux/system-config-selinux.py</annotate>
|
|
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
|
|
</action>
|
|
</policyconfig>
|