Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for contextOptions (0.1 sec)

  1. pkg/volume/util/selinux.go

    	if opts == nil {
    		return "", nil
    	}
    
    	args := contextOptions(opts)
    	if len(args) == 0 {
    		return "", nil
    	}
    
    	processLabel, fileLabel, err := label.InitLabels(args)
    	if err != nil {
    		// In theory, this should be unreachable. InitLabels can fail only when args contain an unknown option,
    		// and all options returned by contextOptions are known.
    		return "", err
    	}
    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