diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-28 15:54:35 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-29 14:10:50 +0200 |
commit | 1e5a1bbe0208fd6e26bd74377cf7eb488d158045 (patch) | |
tree | 6f6f7dd98a9d1cb0a6897df04bd71561b827ea93 /test/TEST-06-SELINUX | |
parent | mkosi: Disable iscsi service and socket (diff) | |
download | systemd-1e5a1bbe0208fd6e26bd74377cf7eb488d158045.tar.xz systemd-1e5a1bbe0208fd6e26bd74377cf7eb488d158045.zip |
test: Run tests that don't need a vm in systemd-nspawn
If we're not running the test as root, stick to using a virtual
machine, as mkosi can't do rootless nspawn yet.
Diffstat (limited to 'test/TEST-06-SELINUX')
-rw-r--r-- | test/TEST-06-SELINUX/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-06-SELINUX/meson.build b/test/TEST-06-SELINUX/meson.build index dd1dfb0baf..7a850beb81 100644 --- a/test/TEST-06-SELINUX/meson.build +++ b/test/TEST-06-SELINUX/meson.build @@ -6,6 +6,7 @@ integration_tests += [ 'cmdline' : integration_test_template['cmdline'] + ['selinux=1', 'lsm=selinux'], # FIXME; Figure out why reboot sometimes hangs with 'linux' firmware. 'firmware' : 'uefi', + 'vm' : true, }, ] |