commit: a83e72cb21e3432054f60217b19c208d77a7d27b Author: Jonathan Davies <jpds <AT> protonmail <DOT> com> AuthorDate: Sun Jul 11 13:28:19 2021 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sat Dec 11 22:10:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83e72cb
profiles/info_pkgs: Added SELinux base policy and userspace packages. Closes: https://github.com/gentoo/gentoo/pull/21600 Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> profiles/info_pkgs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/info_pkgs b/profiles/info_pkgs index 99256f827b56..a2f9022c74f5 100644 --- a/profiles/info_pkgs +++ b/profiles/info_pkgs @@ -29,3 +29,7 @@ dev-util/cmake # so this is not redundant sys-apps/baselayout sys-apps/openrc + +# SELinux +sec-policy/selinux-base +sys-libs/libselinux
