Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReleaseLabel (0.12 sec)

  1. pkg/volume/util/selinux.go

    		return "", err
    	}
    	// InitLabels() may allocate a new unique SELinux label in kubelet memory. The label is *not* allocated
    	// in the container runtime. Clear it to avoid memory problems.
    	// ReleaseLabel on non-allocated label is NOOP.
    	selinux.ReleaseLabel(processLabel)
    
    	return fileLabel, nil
    }
    
    // Convert SELinuxOptions to []string accepted by label.InitLabels
    func contextOptions(opts *v1.SELinuxOptions) []string {
    	if opts == nil {
    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