summaryrefslogtreecommitdiffstats
path: root/xlators/features/selinux
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/selinux')
-rw-r--r--xlators/features/selinux/src/selinux.c3
1 files changed, 3 insertions, 0 deletions
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 }, }
};