mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	vendor: bump runc to f000fe11
This commit is contained in:
		
							
								
								
									
										20
									
								
								vendor/github.com/opencontainers/runc/libcontainer/message_linux.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								vendor/github.com/opencontainers/runc/libcontainer/message_linux.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -10,16 +10,16 @@ import (
 | 
			
		||||
// list of known message types we want to send to bootstrap program
 | 
			
		||||
// The number is randomly chosen to not conflict with known netlink types
 | 
			
		||||
const (
 | 
			
		||||
	InitMsg         uint16 = 62000
 | 
			
		||||
	CloneFlagsAttr  uint16 = 27281
 | 
			
		||||
	NsPathsAttr     uint16 = 27282
 | 
			
		||||
	UidmapAttr      uint16 = 27283
 | 
			
		||||
	GidmapAttr      uint16 = 27284
 | 
			
		||||
	SetgroupAttr    uint16 = 27285
 | 
			
		||||
	OomScoreAdjAttr uint16 = 27286
 | 
			
		||||
	RootlessAttr    uint16 = 27287
 | 
			
		||||
	UidmapPathAttr  uint16 = 27288
 | 
			
		||||
	GidmapPathAttr  uint16 = 27289
 | 
			
		||||
	InitMsg          uint16 = 62000
 | 
			
		||||
	CloneFlagsAttr   uint16 = 27281
 | 
			
		||||
	NsPathsAttr      uint16 = 27282
 | 
			
		||||
	UidmapAttr       uint16 = 27283
 | 
			
		||||
	GidmapAttr       uint16 = 27284
 | 
			
		||||
	SetgroupAttr     uint16 = 27285
 | 
			
		||||
	OomScoreAdjAttr  uint16 = 27286
 | 
			
		||||
	RootlessEUIDAttr uint16 = 27287
 | 
			
		||||
	UidmapPathAttr   uint16 = 27288
 | 
			
		||||
	GidmapPathAttr   uint16 = 27289
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type Int32msg struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user