summaryrefslogtreecommitdiff
blob: b93b132ec27735e1d7874fffd1a1ecc365887cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>selinux</herd>
	<longdescription>
		Policycoreutils contains the policy core utilities that are required
		for basic operation of a SELinux system.  These utilities include
		load_policy to load policies, setfiles to label filesystems, newrole
		to switch roles, and run_init to run /etc/init.d scripts in the proper
		context.

		Gentoo-specific tools include rlpkg for relabeling packages by name,
		avc_toggle to toggle between enforcing and permissive modes, and
		avc_enforcing to query the current mode of the system, enforcing or
		permissive.
	</longdescription>
	<use>
	  <flag name='audit'>Enable support for <pkg>sys-process/audit</pkg> and use the audit_* functions (like audit_getuid instead of getuid())</flag>
	  <flag name='sesandbox'>Enable support for SELinux sandbox application</flag>
	</use>
	<upstream>
	  <remote-id type="cpe">cpe:/a:redhat:policycoreutils</remote-id>
	</upstream>
</pkgmetadata>