mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-22 05:52:09 +02:00
overlay profiles: Allow python for sys-libs/libselinux
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
1df1df22c1
commit
08870146fd
@ -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
|
||||
|
||||
@ -52,3 +52,5 @@ INSTALL_MASK="${INSTALL_MASK}
|
||||
/sbin/ebtables-save
|
||||
/sbin/xfs_scrub_all
|
||||
"
|
||||
|
||||
# TODO: Add libselinux python stuff to install mask here.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user