diff options
Diffstat (limited to 'sec-policy/selinux-base/metadata.xml')
-rw-r--r-- | sec-policy/selinux-base/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sec-policy/selinux-base/metadata.xml b/sec-policy/selinux-base/metadata.xml new file mode 100644 index 000000000000..393f3bb02965 --- /dev/null +++ b/sec-policy/selinux-base/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>selinux</herd> + <longdescription> + Gentoo SELinux base policy. This contains policy for a system at the end of system installation. + There is no extra policy in this package. + </longdescription> + <use> + <flag name='peer_perms'>Enable the labeled networking peer permissions (SELinux policy capability).</flag> + <flag name='open_perms'>Enable the open permissions for file object classes (SELinux policy capability).</flag> + <flag name='ubac'>Enable User Based Access Control (UBAC) in the SELinux policy</flag> + </use> +</pkgmetadata> |