From 5319be5f0c68d7edb09438419ca4171e4692c859 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 17 Jul 2024 18:55:24 +0200 Subject: 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. --- mkosi.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'mkosi.conf') diff --git a/mkosi.conf b/mkosi.conf index 86ee19e1fc..b1ac8950af 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -67,7 +67,6 @@ KernelCommandLine=systemd.crash_shell # not appear for some reason. systemd.default_device_timeout_sec=30 # Make sure no LSMs are enabled by default. - apparmor=0 selinux=0 enforcing=0 systemd.early_core_pattern=/core -- cgit v1.2.3