overlay profiles: Allow python for sys-libs/libselinux

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
Krzesimir Nowak 2025-04-24 18:09:49 +02:00
parent 1df1df22c1
commit 08870146fd
2 changed files with 7 additions and 0 deletions

View File

@ -2,3 +2,8 @@
# smartmontools - it is only relevant for smartd daemon, which we do
# not build.
sys-apps/smartmontools caps
# Allow USE=python for sys-libs/libselinux - it is needed by portage
# with USE=selinux. For production images, we will filter python files
# out with an install mask.
sys-libs/libselinux -python

View File

@ -52,3 +52,5 @@ INSTALL_MASK="${INSTALL_MASK}
/sbin/ebtables-save
/sbin/xfs_scrub_all
"
# TODO: Add libselinux python stuff to install mask here.