Update runc to v1.0.0-rc91
https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc91 Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
		
							
								
								
									
										7
									
								
								vendor/github.com/opencontainers/runtime-spec/specs-go/config.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								vendor/github.com/opencontainers/runtime-spec/specs-go/config.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -667,9 +667,10 @@ type LinuxSeccompArg struct {
 | 
			
		||||
 | 
			
		||||
// LinuxSyscall is used to match a syscall in Seccomp
 | 
			
		||||
type LinuxSyscall struct {
 | 
			
		||||
	Names  []string           `json:"names"`
 | 
			
		||||
	Action LinuxSeccompAction `json:"action"`
 | 
			
		||||
	Args   []LinuxSeccompArg  `json:"args,omitempty"`
 | 
			
		||||
	Names    []string           `json:"names"`
 | 
			
		||||
	Action   LinuxSeccompAction `json:"action"`
 | 
			
		||||
	ErrnoRet *uint              `json:"errnoRet,omitempty"`
 | 
			
		||||
	Args     []LinuxSeccompArg  `json:"args,omitempty"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// LinuxIntelRdt has container runtime resource constraints for Intel RDT
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user