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