diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-17 18:56:02 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-17 18:56:02 +0200 |
commit | f5c44df92922d74cfff40989d6617e3a9e4c5904 (patch) | |
tree | f89fcfbfb8fe54320ecb15717a1a4b0605a45b7c /mkosi.conf | |
parent | mkosi: Stop setting apparmor=0 (diff) | |
download | systemd-f5c44df92922d74cfff40989d6617e3a9e4c5904.tar.xz systemd-f5c44df92922d74cfff40989d6617e3a9e4c5904.zip |
mkosi: Remove enforcing=0 from default kernel command line
We already have selinux=0 in the default kernel command line so
enforcing=0 is redundant. Instead, pass in enforcing=0 when we
enable selinux in TEST-06-SELINUX.
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 b1ac8950af..56a89e8c22 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -68,7 +68,6 @@ KernelCommandLine=systemd.crash_shell systemd.default_device_timeout_sec=30 # Make sure no LSMs are enabled by default. selinux=0 - enforcing=0 systemd.early_core_pattern=/core systemd.firstboot=no raid=noautodetect |