Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for container_file_t (0.11 sec)

  1. pkg/volume/util/selinux.go

    	}
    
    	// opts is context of the *process* to run in a container. Translate
    	// process type "container_t" to file label type "container_file_t".
    	// (The rest of the context is the same for processes and files).
    	fileType := opts.Type
    	if fileType == "" || fileType == "container_t" {
    		fileType = "container_file_t"
    	}
    
    	level := opts.Level
    	if level == "" {
    		// If empty, level is allocated randomly.
    		level = "s0:c998,c999"
    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