]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-06-SELINUX: Explicitly pull in autorelabel.service
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Jun 2024 13:50:35 +0000 (15:50 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Jun 2024 13:50:35 +0000 (15:50 +0200)
test/TEST-06-SELINUX/meson.build

index 9261a49c49c359ba176e60e52d756a023defc8bf..5036b64d9a618347d1aea0846b30cb43a9317d49 100644 (file)
@@ -3,7 +3,7 @@
 integration_tests += [
         integration_test_template + {
                 'name' : fs.name(meson.current_source_dir()),
-                'cmdline' : integration_test_template['cmdline'] + ['selinux=1', 'lsm=selinux'],
+                'cmdline' : integration_test_template['cmdline'] + ['systemd.wants=autorelabel.service', 'selinux=1', 'lsm=selinux'],
                 # FIXME; Figure out why reboot sometimes hangs with 'linux' firmware.
                 # Use 'auto' to automatically fallback on non-uefi architectures.
                 'firmware' : 'auto',