summaryrefslogtreecommitdiffstats
path: root/test/TEST-06-SELINUX
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2024-04-30 18:39:52 +0200
committerRichard Maw <richard.maw@codethink.co.uk>2024-05-03 13:57:11 +0200
commitab9d60250e0349a267902a8d7d5f5403491ab2a7 (patch)
treee379d2c544c38fc3578a65e5b8af8eb5f43a430a /test/TEST-06-SELINUX
parentmkosi: Disable selinux labelling and install policy in initramfs (diff)
downloadsystemd-ab9d60250e0349a267902a8d7d5f5403491ab2a7.tar.xz
systemd-ab9d60250e0349a267902a8d7d5f5403491ab2a7.zip
test: Enable TEST-06-SELINUX testing with mkosi
Diffstat (limited to 'test/TEST-06-SELINUX')
-rw-r--r--test/TEST-06-SELINUX/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/TEST-06-SELINUX/meson.build b/test/TEST-06-SELINUX/meson.build
new file mode 100644
index 0000000000..50247d3e47
--- /dev/null
+++ b/test/TEST-06-SELINUX/meson.build
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+test_params += {
+ 'mkosi_args' : ['--kernel-command-line-extra=apparmor=0 selinux=1 enforcing=0 lsm=selinux systemd.wants=autorelabel.service systemd.wants=firstboot-autorelabel.service'],
+}