summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2021-06-21 19:48:16 +0100
committerSam James <sam@gentoo.org>2021-06-29 07:09:42 +0100
commit1c8caccaf96c56ae2b270cdf188a913fe1f64fc3 (patch)
tree1f958096857196c04dabf056541663da33a4bdd8 /profiles/features
parentdistutils-r1.eclass: Check for _all phase mismatch (diff)
downloadgentoo-1c8caccaf96c56ae2b270cdf188a913fe1f64fc3.tar.gz
gentoo-1c8caccaf96c56ae2b270cdf188a913fe1f64fc3.tar.bz2
gentoo-1c8caccaf96c56ae2b270cdf188a913fe1f64fc3.zip
selinux: Force audit and caps USE flags.
audit is required for various parts of SELinux tooling and also enable caps for not requiring the use of setuid. Signed-off-by: Jonathan Davies <jpds@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/21366 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r--profiles/features/selinux/use.force4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/features/selinux/use.force b/profiles/features/selinux/use.force
index a651b206dcf2..012958f56cf3 100644
--- a/profiles/features/selinux/use.force
+++ b/profiles/features/selinux/use.force
@@ -1 +1,5 @@
+# Needed for various SELinux tooling
+audit
+# Allows us to avoid suid
+caps
selinux