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.
This commit is contained in:
Krzesimir Nowak 2024-02-26 15:15:01 +01:00
parent 382ada2475
commit bad8cffcd9

View File

@ -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
"