]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/distros: rhel and centos: whitelist cephadm logrotate selinux denial 33110/head
authorSage Weil <sage@redhat.com>
Thu, 6 Feb 2020 14:22:40 +0000 (08:22 -0600)
committerSage Weil <sage@redhat.com>
Thu, 6 Feb 2020 14:52:52 +0000 (08:52 -0600)
This is fixed in RHEL 8.1.1 (and by extension centos/rhel 8.2+).

No fix for el 7 yet

Partially-fixes: https://tracker.ceph.com/issues/43703
Signed-off-by: Sage Weil <sage@redhat.com>
qa/distros/all/centos_7.6.yaml
qa/distros/all/centos_8.0.yaml
qa/distros/all/centos_8.1.yaml
qa/distros/all/rhel_7.6.yaml
qa/distros/all/rhel_7.7.yaml
qa/distros/all/rhel_8.0.yaml
qa/distros/all/rhel_8.1.yaml

index 4cb095e6c0eb295ff5f117cc003f017937f600a4..43e3d49cca68981437de39fc7f740bf55b7f98cc 100644 (file)
@@ -1,2 +1,6 @@
 os_type: centos
 os_version: "7.6"
+overrides:
+  selinux:
+    whitelist:
+      - scontext=system_u:system_r:logrotate_t:s0
index 282379e039ab3e40f87ab5c71cca7ea4463bcf2a..4fbb41228d2d016766fbb440645e0e3ae286aa8a 100644 (file)
@@ -1,2 +1,6 @@
 os_type: centos
 os_version: "8.0"
+overrides:
+  selinux:
+    whitelist:
+      - scontext=system_u:system_r:logrotate_t:s0
index 104574c68b76aa76a9ad6cda3db1f7cd3e72a050..24ae800744fe1aab33736acced8feb51a45c2b0c 100644 (file)
@@ -1,2 +1,6 @@
 os_type: centos
 os_version: "8.1"
+overrides:
+  selinux:
+    whitelist:
+      - scontext=system_u:system_r:logrotate_t:s0
index 62f52e8e7dfdb635765824d1c2f7e2fdb4447609..01742009d73b4a9b3b7f14f45dbb7435599b0c4f 100644 (file)
@@ -1,2 +1,6 @@
 os_type: rhel
 os_version: "7.6"
+overrides:
+  selinux:
+    whitelist:
+      - scontext=system_u:system_r:logrotate_t:s0
index fec2609389b64e3fc04ffebbd1a8b2e07680f51a..f848d1788aaf46460cd4c7a9ca730e2fdce02026 100644 (file)
@@ -1,2 +1,6 @@
 os_type: rhel
 os_version: "7.7"
+overrides:
+  selinux:
+    whitelist:
+      - scontext=system_u:system_r:logrotate_t:s0
index 3edcc303a4f4b05532b5c3470a9c37b4a99c2d3c..215c34b7fd893602acb8c366b08219e73924aa88 100644 (file)
@@ -1,2 +1,6 @@
 os_type: rhel
 os_version: "8.0"
+overrides:
+  selinux:
+    whitelist:
+      - scontext=system_u:system_r:logrotate_t:s0
index 0c1ec3523d1f8741a3bce83a5868b723a13942b3..7f6b13b589cdd6a5967716e7164687fc99fb525c 100644 (file)
@@ -1,2 +1,6 @@
 os_type: rhel
 os_version: "8.1"
+overrides:
+  selinux:
+    whitelist:
+      - scontext=system_u:system_r:logrotate_t:s0