Skip to content

Commit b20445b

Browse files
committed
overlay coreos/config: Mask also /usr/bin/rlpkg
1 parent 6775dd0 commit b20445b

File tree

1 file changed

+1
-1
lines changed
  • sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps

1 file changed

+1
-1
lines changed

sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/policycoreutils

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cros_post_src_install_set_up_var_lib_selinux() {
1717

1818
# Do not install python stuff in prod images.
1919
if [[ ${FLATCAR_TYPE} = 'generic' && ${FLATCAR_SUBTYPE} = 'prod' ]]; then
20-
policycoreutils_mask=" /usr/lib/python-exec /usr/sbin/rlpkg "
20+
policycoreutils_mask=" /usr/lib/python-exec /usr/sbin/rlpkg /usr/bin/rlpkg "
2121
INSTALL_MASK+="${policycoreutils_mask}"
2222
PKG_INSTALL_MASK+="${policycoreutils_mask}"
2323
unset policycoreutils_mask

0 commit comments

Comments
 (0)