commit: 1c8caccaf96c56ae2b270cdf188a913fe1f64fc3 Author: Jonathan Davies <jpds <AT> protonmail <DOT> com> AuthorDate: Mon Jun 21 18:48:16 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 29 06:09:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8cacca
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 <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/21366 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/selinux/use.force | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/selinux/use.force b/profiles/features/selinux/use.force index a651b206dcf..012958f56cf 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
