mirror of
https://github.com/systemd/systemd.git
synced 2025-08-25 13:49:55 +03:00
test: Enable TEST-06-SELINUX testing with mkosi
This commit is contained in:
5
test/TEST-06-SELINUX/meson.build
Normal file
5
test/TEST-06-SELINUX/meson.build
Normal file
@ -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'],
|
||||
}
|
@ -341,7 +341,7 @@ integration_tests = {
|
||||
'03': 'TEST-03-JOBS',
|
||||
# '04': 'TEST-04-JOURNAL', # Extremely flaky
|
||||
'05': 'TEST-05-RLIMITS',
|
||||
# '06': 'TEST-06-SELINUX',
|
||||
'06': 'TEST-06-SELINUX',
|
||||
# '07': 'TEST-07-PID1',
|
||||
# '08': 'TEST-08-INITRD',
|
||||
'09': 'TEST-09-REBOOT',
|
||||
|
Reference in New Issue
Block a user