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 90a3ec0 commit f1e39c1Copy full SHA for f1e39c1
sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/policycoreutils
@@ -17,7 +17,7 @@ cros_post_src_install_set_up_var_lib_selinux() {
17
18
# Do not install python stuff in prod images.
19
if [[ ${FLATCAR_TYPE} = 'generic' && ${FLATCAR_SUBTYPE} = 'prod' ]]; then
20
- policycoreutils_mask=" /usr/lib/python-exec /usr/sbin/rlpkg "
+ policycoreutils_mask=" /usr/lib/python-exec /usr/sbin/rlpkg /usr/bin/rlpkg "
21
INSTALL_MASK+="${policycoreutils_mask}"
22
PKG_INSTALL_MASK+="${policycoreutils_mask}"
23
unset policycoreutils_mask
0 commit comments