summaryrefslogtreecommitdiff
path: root/mkosi.conf.d
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-05-07 11:29:28 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-05-11 12:18:50 +0200
commit949e1fdd5214bad52b4679a8ba1f3a98d5ce956e (patch)
tree1b97b6ce238479c36a0562237291336948ea4b1c /mkosi.conf.d
parent4f7582bc0ba5a5eb79abb5cb334c20347d92e48c (diff)
downloadsystemd-949e1fdd5214bad52b4679a8ba1f3a98d5ce956e.tar.gz
mkosi: Disable auditd in the preset instead of masking it
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r--mkosi.conf.d/10-systemd.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf
index 6dc6443a85..a19d464a09 100644
--- a/mkosi.conf.d/10-systemd.conf
+++ b/mkosi.conf.d/10-systemd.conf
@@ -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.