Skip to content

Commit 97e7066

Browse files
committed
overlay profiles: Allow python for sys-libs/libselinux
1 parent 0ad3f97 commit 97e7066

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/package.use.mask

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
# smartmontools - it is only relevant for smartd daemon, which we do
33
# not build.
44
sys-apps/smartmontools caps
5+
6+
# Allow python for sys-libs/libselinux - it is needed by portage with
7+
# USE=selinux. For production images, we will filter these files out
8+
# with an install mask.
9+
sys-libs/libselinux -python

sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/prod/make.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ INSTALL_MASK="${INSTALL_MASK}
5252
/sbin/ebtables-save
5353
/sbin/xfs_scrub_all
5454
"
55+
56+
# TODO: Add libselinux python stuff to install mask here.

0 commit comments

Comments
 (0)