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 163ea1e commit e27fe88Copy full SHA for e27fe88
sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-libs/libsemanage
@@ -12,3 +12,9 @@ if declare -pf multilib_copy_sources >/dev/null 2>/dev/null; then
12
flatcar_hacked_multilib_copy_sources "${@}"
13
}
14
fi
15
+if [[ ${FLATCAR_TYPE} = 'generic' && ${FLATCAR_SUBTYPE} = 'prod' ]]; then
16
+ libselinux_mask=" /usr/lib/python* "
17
+ INSTALL_MASK+="${libselinux_mask}"
18
+ PKG_INSTALL_MASK+="${libselinux_mask}"
19
+ unset libselinux_mask
20
+fi
0 commit comments