17b94a
From c3176144e531e22bfe97d0fef3b0e3e449fb1d32 Mon Sep 17 00:00:00 2001
17b94a
From: Atin Mukherjee <amukherj@redhat.com>
17b94a
Date: Mon, 16 Apr 2018 13:47:12 +0530
17b94a
Subject: [PATCH 31/52] glusterd: turn off selinux feature in downstream
17b94a
17b94a
In RHGS 3.4.0 selinux feature was never meant to be qualified.
17b94a
17b94a
Label: DOWNSTREAM ONLY
17b94a
17b94a
Change-Id: I0cd5eb5207a757c8b6ef789980c061f211410bd5
17b94a
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
17b94a
Reviewed-on: https://code.engineering.redhat.com/gerrit/135716
17b94a
Tested-by: RHGS Build Bot <nigelb@redhat.com>
17b94a
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
17b94a
---
17b94a
 xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +-
17b94a
 1 file changed, 1 insertion(+), 1 deletion(-)
17b94a
17b94a
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
17b94a
index 11265bf..d1244e4 100644
17b94a
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
17b94a
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
17b94a
@@ -2842,7 +2842,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
17b94a
     {.key = VKEY_FEATURES_SELINUX,
17b94a
      .voltype = "features/selinux",
17b94a
      .type = NO_DOC,
17b94a
-     .value = "on",
17b94a
+     .value = "off",
17b94a
      .op_version = GD_OP_VERSION_3_11_0,
17b94a
      .description = "Convert security.selinux xattrs to "
17b94a
                     "trusted.gluster.selinux on the bricks. Recommended "
17b94a
-- 
17b94a
1.8.3.1
17b94a