|
|
50dc83 |
From c3176144e531e22bfe97d0fef3b0e3e449fb1d32 Mon Sep 17 00:00:00 2001
|
|
|
e7a346 |
From: Atin Mukherjee <amukherj@redhat.com>
|
|
|
e7a346 |
Date: Mon, 16 Apr 2018 13:47:12 +0530
|
|
|
50dc83 |
Subject: [PATCH 31/52] 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 |
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
|
|
|
50dc83 |
index 11265bf..d1244e4 100644
|
|
|
e7a346 |
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
|
|
|
e7a346 |
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
|
|
|
50dc83 |
@@ -2842,7 +2842,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
|
|
|
50dc83 |
{.key = VKEY_FEATURES_SELINUX,
|
|
|
50dc83 |
.voltype = "features/selinux",
|
|
|
50dc83 |
.type = NO_DOC,
|
|
|
50dc83 |
- .value = "on",
|
|
|
50dc83 |
+ .value = "off",
|
|
|
50dc83 |
.op_version = GD_OP_VERSION_3_11_0,
|
|
|
50dc83 |
.description = "Convert security.selinux xattrs to "
|
|
|
50dc83 |
"trusted.gluster.selinux on the bricks. Recommended "
|
|
|
e7a346 |
--
|
|
|
e7a346 |
1.8.3.1
|
|
|
e7a346 |
|