Skip to content

Commit e27fe88

Browse files
committed
fixup! overlay coreos/config: Add Flatcar modifications for sys-libs/libsemanage
1 parent 163ea1e commit e27fe88

File tree

1 file changed

+6
-0
lines changed
  • sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-libs

1 file changed

+6
-0
lines changed

sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-libs/libsemanage

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ if declare -pf multilib_copy_sources >/dev/null 2>/dev/null; then
1212
flatcar_hacked_multilib_copy_sources "${@}"
1313
}
1414
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

Comments
 (0)