Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SELinuxOptionsToFileLabel (0.18 sec)

  1. pkg/volume/util/selinux.go

    type SELinuxLabelTranslator interface {
    	// SELinuxOptionsToFileLabel returns SELinux file label for given SELinuxOptions
    	// of a container process.
    	// When Role, User or Type are empty, they're read from the system defaults.
    	// It returns "" and no error on platforms that do not have SELinux enabled
    	// or don't support SELinux at all.
    	SELinuxOptionsToFileLabel(opts *v1.SELinuxOptions) (string, error)
    
    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