Update runc to 593914b8bd5448a93f7c3e4902a03408b6d
This bumps runc to the newest version as of this date. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								vendor/github.com/opencontainers/runc/libcontainer/user/user.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/github.com/opencontainers/runc/libcontainer/user/user.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -358,8 +358,8 @@ func GetExecUser(userSpec string, defaults *ExecUser, passwd, group io.Reader) (
 | 
			
		||||
 | 
			
		||||
				// Okay, so it's numeric. We can just roll with this.
 | 
			
		||||
			}
 | 
			
		||||
		} else if len(groups) > 0 && uidErr != nil {
 | 
			
		||||
			// Supplementary group ids only make sense if in the implicit form for non-numeric users.
 | 
			
		||||
		} else if len(groups) > 0 {
 | 
			
		||||
			// Supplementary group ids only make sense if in the implicit form.
 | 
			
		||||
			user.Sgids = make([]int, len(groups))
 | 
			
		||||
			for i, group := range groups {
 | 
			
		||||
				user.Sgids[i] = group.Gid
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user