mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
overlay coreos/config: Add further modifications to sys-process/audit
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
c868368282
commit
ab815e4de8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user