diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-05-07 11:29:28 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-05-11 12:18:50 +0200 |
commit | 949e1fdd5214bad52b4679a8ba1f3a98d5ce956e (patch) | |
tree | 1b97b6ce238479c36a0562237291336948ea4b1c /mkosi.conf.d | |
parent | mkosi: Disable dnf-makecache.service by default (diff) | |
download | systemd-949e1fdd5214bad52b4679a8ba1f3a98d5ce956e.tar.xz systemd-949e1fdd5214bad52b4679a8ba1f3a98d5ce956e.zip |
mkosi: Disable auditd in the preset instead of masking it
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/10-systemd.conf | 1 |
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. |