overlay coreos/config: Add further modifications to sys-process/audit

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
Krzesimir Nowak 2025-05-08 16:51:26 +02:00
parent c868368282
commit ab815e4de8

View File

@ -2,3 +2,7 @@
# in coreos-base/misc-files. Also skip installing legacy initscripts
# stuff in /usr/libexec.
INSTALL_MASK+=" /etc/audit/audit.rules* /usr/libexec "
# Skip installing python stuff in production images
if [[ $(flatcar_target) = 'generic-prod' ]]; then
INSTALL_MASK+=" /usr/lib/python* "
fi