From 74f04aa9e12bbe195506fe28d2a0d4e3d4ff200d Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 5 Mar 2021 13:11:30 -0800 Subject: [PATCH] qa/distros: add centos 8.3 Signed-off-by: Patrick Donnelly --- qa/distros/all/centos_8.3.yaml | 6 ++++++ qa/distros/all/centos_8.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 qa/distros/all/centos_8.3.yaml diff --git a/qa/distros/all/centos_8.3.yaml b/qa/distros/all/centos_8.3.yaml new file mode 100644 index 00000000000..55ab1a48d2c --- /dev/null +++ b/qa/distros/all/centos_8.3.yaml @@ -0,0 +1,6 @@ +os_type: centos +os_version: "8.3" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/centos_8.yaml b/qa/distros/all/centos_8.yaml index 713f312fad5..e9308ad1a4f 120000 --- a/qa/distros/all/centos_8.yaml +++ b/qa/distros/all/centos_8.yaml @@ -1 +1 @@ -centos_8.2.yaml \ No newline at end of file +centos_8.3.yaml \ No newline at end of file