1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 05:18:17 +03:00

mkosi: Stop setting apparmor=0

It doesn't get pulled in as a dependency anyway and kernel command
line space is precious so let's remove apparmor=0 as it's a noop
anyway.
This commit is contained in:
Daan De Meyer 2024-07-17 18:55:24 +02:00
parent d9b1ec27f7
commit 5319be5f0c

View File

@ -67,7 +67,6 @@ KernelCommandLine=systemd.crash_shell
# not appear for some reason. # not appear for some reason.
systemd.default_device_timeout_sec=30 systemd.default_device_timeout_sec=30
# Make sure no LSMs are enabled by default. # Make sure no LSMs are enabled by default.
apparmor=0
selinux=0 selinux=0
enforcing=0 enforcing=0
systemd.early_core_pattern=/core systemd.early_core_pattern=/core