mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
Change the portworx volume attribute SupportsSELinux to false
This commit is contained in:
parent
48f69ac964
commit
b757484e1d
@ -248,10 +248,9 @@ var _ volume.Mounter = &portworxVolumeMounter{}
|
|||||||
|
|
||||||
func (b *portworxVolumeMounter) GetAttributes() volume.Attributes {
|
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,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user