From d3ef6fd492b367590dab774e3c66d65e273acc2e Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 1 Oct 2024 12:29:37 +0200 Subject: [PATCH] overlay coreos/config: Update install masks for sys-process/audit --- .../coreos/config/env/sys-process/audit | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-process/audit b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-process/audit index dc9b3ac4bf..4f8e6e6f41 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-process/audit +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-process/audit @@ -1,11 +1,11 @@ # Do not install Gentoo-provided audit rules, we will install our own -# in coreos-base/misc-files. +# in coreos-base/misc-files. Also skip installing legacy initscripts +# stuff in /usr/libexec. INSTALL_MASK+=" /etc/audit/audit.rules* +/usr/libexec " - -# Do not install legacy initscripts stuff -INSTALL_MASK+=" -/usr/libexec/audit-functions -/usr/libexec/initscripts +PKG_INSTALL_MASK+=" +/etc/audit/audit.rules* +/usr/libexec "