mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
TEST-06-SELINUX: Explicitly pull in autorelabel.service
This commit is contained in:
parent
98f2a332cb
commit
7c04137a6f
@ -3,7 +3,7 @@
|
|||||||
integration_tests += [
|
integration_tests += [
|
||||||
integration_test_template + {
|
integration_test_template + {
|
||||||
'name' : fs.name(meson.current_source_dir()),
|
'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.
|
# FIXME; Figure out why reboot sometimes hangs with 'linux' firmware.
|
||||||
# Use 'auto' to automatically fallback on non-uefi architectures.
|
# Use 'auto' to automatically fallback on non-uefi architectures.
|
||||||
'firmware' : 'auto',
|
'firmware' : 'auto',
|
||||||
|
Loading…
Reference in New Issue
Block a user