From 6021331f4095813614d184f67fc6a0c08b8e8837 Mon Sep 17 00:00:00 2001 From: Jiffin Tony Thottan Date: Thu, 31 Aug 2017 15:07:10 +0530 Subject: trash/selinux : update volume option table in xlator Add new options defined by https://review.gluster.org/18059 to trash and selinux Updates #302 Change-Id: I31064f26d2b244a2923baa4bb948a6e8ab7b0d1a Signed-off-by: Jiffin Tony Thottan --- xlators/features/selinux/src/selinux.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/features/selinux/src') diff --git a/xlators/features/selinux/src/selinux.c b/xlators/features/selinux/src/selinux.c index 1a4b39f253c..190f10b57d8 100644 --- a/xlators/features/selinux/src/selinux.c +++ b/xlators/features/selinux/src/selinux.c @@ -319,6 +319,9 @@ struct volume_options options[] = { .type = GF_OPTION_TYPE_BOOL, .default_value = "on", .description = "Enable/disable selinux translator", + .op_version = {GD_OP_VERSION_3_11_0}, + .flags = OPT_FLAG_SETTABLE, + .tags = {"security" , "linux"}, }, { .key = { NULL }, } }; -- cgit