Commit b757484e authored by Aditya Dani's avatar Aditya Dani

Change the portworx volume attribute SupportsSELinux to false

parent 48f69ac9
...@@ -250,8 +250,7 @@ func (b *portworxVolumeMounter) GetAttributes() volume.Attributes { ...@@ -250,8 +250,7 @@ func (b *portworxVolumeMounter) GetAttributes() volume.Attributes {
return volume.Attributes{ return volume.Attributes{
ReadOnly: b.readOnly, ReadOnly: b.readOnly,
Managed: !b.readOnly, Managed: !b.readOnly,
// true ? SupportsSELinux: false,
SupportsSELinux: true,
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment