Skip to content

Commit

Permalink
overlay coreos-base/misc-files: Drop audit-rules service file
Browse files Browse the repository at this point in the history
The package seems to be providing its own now.
  • Loading branch information
krnowak committed Oct 1, 2024
1 parent d3ef6fd commit ee0ef8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RDEPEND="
>=app-shells/bash-5.2_p15-r2
ntp? ( >=net-misc/ntp-4.2.8_p17 )
policycoreutils? ( >=sys-apps/policycoreutils-3.6 )
audit? ( >=sys-process/audit-3.1.1 )
audit? ( >=sys-process/audit-4.0.1-r1 )
"

declare -A CORE_BASH_SYMLINKS
Expand Down Expand Up @@ -166,10 +166,7 @@ src_install() {
# Upstream wants these to have restrictive perms.
fperms 0640 "/etc/audit/rules.d/${name}"
done
# Install a service that loads the rules (it's possibly
# something that a deamon does, but in our case the daemon is
# disabled by default).
systemd_dounit "${FILESDIR}/audit/audit-rules.service"
# Enable audit-rules.service by default.
systemd_enable_service multi-user.target audit-rules.service
fi

Expand Down

0 comments on commit ee0ef8a

Please sign in to comment.