From ea38c9cd5c1114bda1cf3dbd6dcba14d5b665105 Mon Sep 17 00:00:00 2001 From: Stephen Marshall Date: Thu, 27 Feb 2020 12:19:14 +0000 Subject: [PATCH] Remove seLinuxOption spc_t from README --- docs/security.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/security.md b/docs/security.md index 6a7421b..fc8cc81 100644 --- a/docs/security.md +++ b/docs/security.md @@ -33,7 +33,3 @@ docker run \ --detach \ ibm-mqadvanced-server-dev:9.1.4.0-amd64 ``` - -### SELinux - -The SELinux label "spc_t" (super-privileged container) is needed to run the MQ container on a host with SELinux enabled. This is due to a current limitation in how MQ data is stored on volumes, which violates the usual policy applied when using the standard "container_t" label.