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 e02118d commit 365ce59Copy full SHA for 365ce59
sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-process/audit
@@ -5,3 +5,10 @@ audit_install_mask=" /etc/audit/audit.rules* /usr/libexec "
5
INSTALL_MASK+="${audit_install_mask}"
6
PKG_INSTALL_MASK+="${audit_install_mask}"
7
unset audit_install_mask
8
+# Skip installing python stuff in production images
9
+if [[ ${FLATCAR_TYPE} = 'generic' && ${FLATCAR_SUBTYPE} = 'prod' ]]; then
10
+ audit_install_mask=" /usr/lib/python* "
11
+ INSTALL_MASK+="${audit_install_mask}"
12
+ PKG_INSTALL_MASK+="${audit_install_mask}"
13
+ unset audit_install_mask
14
+fi
0 commit comments