mkosi: Disable auditd in the preset instead of masking it

This commit is contained in:
Daan De Meyer 2023-05-07 11:29:28 +02:00
parent 4f7582bc0b
commit 949e1fdd52
2 changed files with 3 additions and 1 deletions

View file

@ -22,7 +22,6 @@ KernelCommandLineExtra=systemd.crash_shell
systemd.log_ratelimit_kmsg=0
systemd.journald.forward_to_console
systemd.journald.max_level_console=warning
systemd.mask=auditd
# Tell the kernel to only log warning and up to the console.
loglevel=4
# Disable the kernel's ratelimiting on userspace logging to kmsg.

View file

@ -23,3 +23,6 @@ enable systemd-networkd-wait-online.service
# have dnf create its cache.
disable dnf-makecache.timer
disable dnf-makecache.service
# We have journald to receive audit data so let's make sure we're not running auditd as well
disable auditd.service