public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stephen Gallagher <sgallagh@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Presets: enable auditd-rules.service
Date: Mon, 10 Aug 2026 09:36:26 GMT	[thread overview]
Message-ID: <178635458630.1.17026568469929419181.rpms-fedora-release-37fd69c9e127@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fedora-release
            Branch : f45
            Commit : 37fd69c9e1278228e18ab88b2482189c05a4d39d
            Author : Stephen Gallagher <sgallagh@redhat.com>
            Date   : 2024-01-15T15:36:31-05:00
            Stats  : +3/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-release/c/37fd69c9e1278228e18ab88b2482189c05a4d39d?branch=f45

            Log:
            Presets: enable auditd-rules.service

The audit daemon loaded the rules in the past. But eventaully it was noticed
that there was a problem where system events that were of interest occurred
before auditd could start. Splitting them allows the rules to load sooner so
the events are waiting when auditd registers with the kernel.

The secondary effect of this split is that some people may be satisfied with
audit events in journald. This would let them have auditing without having to
install auditd and it man pages and utilities. It certainly won't have search
and report capabilities. But they may be offloading events to a central SIEM
and don't care.

https://bugzilla.redhat.com/show_bug.cgi?id=2258520

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>

---
diff --git a/90-default.preset b/90-default.preset
index 2a7e6d9..46cbccc 100644
--- a/90-default.preset
+++ b/90-default.preset
@@ -40,6 +40,9 @@ enable ModemManager.service
 # Approved by FESCo - https://fedorahosted.org/fesco/ticket/1311
 enable auditd.service
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=2258520
+enable audit-rules.service
+
 # Locally-running service
 enable restorecond.service
 

                 reply	other threads:[~2026-08-10  9:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178635458630.1.17026568469929419181.rpms-fedora-release-37fd69c9e127@fedoraproject.org \
    --to=sgallagh@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox