From fa1336c4524f768fbc55d6838cee5f13086dc1f7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 24 Feb 2019 16:54:04 +0000 Subject: [PATCH] scripts/run-regression-tests: Disable SELinux The regression tests fail with an error message that is not related to SCST if SELinux is enabled. Hence disable SELinux for the regression tests. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7989 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index 1105bd01d..e8b27f896 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -292,6 +292,7 @@ CONFIG_MMIOTRACE \ CONFIG_NET_DROP_MONITOR \ CONFIG_NOP_TRACER \ CONFIG_SCHED_TRACER \ +CONFIG_SECURITY_SELINUX \ CONFIG_STACK_TRACER \ CONFIG_STACK_VALIDATION \ CONFIG_TRACEPOINTS \