We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ba433 commit 67e730fCopy full SHA for 67e730f
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/package.use.mask
@@ -2,3 +2,8 @@
2
# smartmontools - it is only relevant for smartd daemon, which we do
3
# not build.
4
sys-apps/smartmontools caps
5
+
6
+# Allow USE=python for sys-libs/libselinux - it is needed by portage
7
+# with USE=selinux. For production images, we will filter python files
8
+# out with an install mask.
9
+sys-libs/libselinux -python
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/prod/make.defaults
@@ -52,3 +52,5 @@ INSTALL_MASK="${INSTALL_MASK}
52
/sbin/ebtables-save
53
/sbin/xfs_scrub_all
54
"
55
56
+# TODO: Add libselinux python stuff to install mask here.
0 commit comments