From 51e253f0af871ef29af2f963cbc8a803884c1b0e Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 11 Jun 2015 10:44:56 -0600 Subject: [PATCH] Add SELinux task to all jobs Signed-off-by: Zack Cerza --- teuthology/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/run.py b/teuthology/run.py index a938329e89..1db3aa056b 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -204,6 +204,7 @@ def get_initial_tasks(lock, config, machine_type): {'internal.sudo': None}, {'internal.syslog': None}, {'internal.timer': None}, + {'selinux': None}, ]) return init_tasks -- 2.39.5