Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VolumeSupportsSELinuxMount (0.31 sec)

  1. pkg/volume/util/selinux.go

    	if plugin != nil {
    		return plugin.SupportsSELinuxContextMount(volumeSpec)
    	}
    
    	return false, nil
    }
    
    // VolumeSupportsSELinuxMount returns true if given volume access mode can support mount with SELinux mount options.
    func VolumeSupportsSELinuxMount(volumeSpec *volume.Spec) bool {
    	if !utilfeature.DefaultFeatureGate.Enabled(features.SELinuxMountReadWriteOncePod) {
    		return false
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 14:40:21 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top