summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-06-28 15:50:35 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-06-28 15:50:35 +0200
commit7c04137a6f09f8536ea3dfb667bd5a862fe945f1 (patch)
tree53416a1501addb054058923534695aed51c9deef /test
parentTEST-70-TPM2: Use UEFI firmware if available (diff)
downloadsystemd-7c04137a6f09f8536ea3dfb667bd5a862fe945f1.tar.xz
systemd-7c04137a6f09f8536ea3dfb667bd5a862fe945f1.zip
TEST-06-SELINUX: Explicitly pull in autorelabel.service
Diffstat (limited to 'test')
-rw-r--r--test/TEST-06-SELINUX/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-06-SELINUX/meson.build b/test/TEST-06-SELINUX/meson.build
index 9261a49c49..5036b64d9a 100644
--- a/test/TEST-06-SELINUX/meson.build
+++ b/test/TEST-06-SELINUX/meson.build
@@ -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',