Skip to content

Commit

Permalink
manifests/system-configuration: Add audit
Browse files Browse the repository at this point in the history
Include audit to be able to manage and load rules in the audit subsystem
in the kernel.

Fixes: coreos/fedora-coreos-tracker#1362
  • Loading branch information
travier committed Sep 11, 2023
1 parent cab54d5 commit 643cdee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/audit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# https://github.com/coreos/fedora-coreos-tracker/issues/1362
# Merge with manifests/system-configuration.yaml once Fedora 39 is released to
# all streams
packages:
# Manage and load rules in the audit subsystem in the kernel
- audit
5 changes: 5 additions & 0 deletions manifests/fedora-coreos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ conditional-include:
# Merge with overlay.d/15fcos/usr/lib/systemd/system-preset/45-fcos.preset
# once Fedora 39 is released to all streams
include: enable-fwupd-refresh-timer.yaml
- if: releasever >= 39
# https://github.com/coreos/fedora-coreos-tracker/issues/1362
# Merge with manifests/system-configuration.yaml once Fedora 39 is released
# to all streams
include: audit.yaml

ostree-layers:
- overlay/15fcos
Expand Down

0 comments on commit 643cdee

Please sign in to comment.