diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-17 18:55:24 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-17 18:55:24 +0200 |
commit | 5319be5f0c68d7edb09438419ca4171e4692c859 (patch) | |
tree | fa699d0c92f0833b2ddb4b6b2e93cd556e3310ec /mkosi.conf | |
parent | Merge pull request #33714 from poettering/make-varlink-public (diff) | |
download | systemd-5319be5f0c68d7edb09438419ca4171e4692c859.tar.xz systemd-5319be5f0c68d7edb09438419ca4171e4692c859.zip |
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.
Diffstat (limited to 'mkosi.conf')
-rw-r--r-- | mkosi.conf | 1 |
1 files changed, 0 insertions, 1 deletions
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 |