From bad8cffcd98b410fa266e8619bd006ea4148f659 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 26 Feb 2024 15:15:01 +0100 Subject: [PATCH] overlay coreos/config: Mask some files from sys-process/audit We will move sys-process/audit to portage-stable. In order to do that, we need to move the customizations out of its ebuild. --- .../coreos/config/env/sys-process/audit | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-process/audit 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 new file mode 100644 index 0000000000..dc9b3ac4bf --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-process/audit @@ -0,0 +1,11 @@ +# Do not install Gentoo-provided audit rules, we will install our own +# in coreos-base/misc-files. +INSTALL_MASK+=" +/etc/audit/audit.rules* +" + +# Do not install legacy initscripts stuff +INSTALL_MASK+=" +/usr/libexec/audit-functions +/usr/libexec/initscripts +"