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 9c7e94a commit 2edfaefCopy full SHA for 2edfaef
sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-libs/libsemanage
@@ -13,8 +13,8 @@ if declare -pf multilib_copy_sources >/dev/null 2>/dev/null; then
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
+ libsemanage_mask=" /usr/lib/python* "
+ INSTALL_MASK+="${libsemanage_mask}"
+ PKG_INSTALL_MASK+="${libsemanage_mask}"
+ unset libsemanage_mask
20
0 commit comments