mirror of https://github.com/containers/podman.git
				
				
				
			Merge pull request #5365 from containers/dependabot/go_modules/github.com/opencontainers/selinux-1.3.3
Bump github.com/opencontainers/selinux from 1.3.2 to 1.3.3
This commit is contained in:
		
						commit
						f9a476833b
					
				
							
								
								
									
										2
									
								
								go.mod
								
								
								
								
							
							
						
						
									
										2
									
								
								go.mod
								
								
								
								
							| 
						 | 
				
			
			@ -42,7 +42,7 @@ require (
 | 
			
		|||
	github.com/opencontainers/runc v1.0.0-rc9
 | 
			
		||||
	github.com/opencontainers/runtime-spec v0.1.2-0.20190618234442-a950415649c7
 | 
			
		||||
	github.com/opencontainers/runtime-tools v0.9.0
 | 
			
		||||
	github.com/opencontainers/selinux v1.3.2
 | 
			
		||||
	github.com/opencontainers/selinux v1.3.3
 | 
			
		||||
	github.com/opentracing/opentracing-go v1.1.0
 | 
			
		||||
	github.com/pkg/errors v0.9.1
 | 
			
		||||
	github.com/pmezard/go-difflib v1.0.0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								go.sum
								
								
								
								
							
							
						
						
									
										2
									
								
								go.sum
								
								
								
								
							| 
						 | 
				
			
			@ -402,6 +402,8 @@ github.com/opencontainers/selinux v1.3.1 h1:dn2Rc3wTEvTB6iVqoFrKKeMb0uZ38ZheeyMu
 | 
			
		|||
github.com/opencontainers/selinux v1.3.1/go.mod h1:yTcKuYAh6R95iDpefGLQaPaRwJFwyzAJufJyiTt7s0g=
 | 
			
		||||
github.com/opencontainers/selinux v1.3.2 h1:DR4lL9SYVjgcTZKEZIncvDU06fKSc/eygjmNGOA3E1s=
 | 
			
		||||
github.com/opencontainers/selinux v1.3.2/go.mod h1:yTcKuYAh6R95iDpefGLQaPaRwJFwyzAJufJyiTt7s0g=
 | 
			
		||||
github.com/opencontainers/selinux v1.3.3 h1:RX0wAeqtvVSYQcr017X3pFXPkLEtB6V4NjRD7gVQgg4=
 | 
			
		||||
github.com/opencontainers/selinux v1.3.3/go.mod h1:yTcKuYAh6R95iDpefGLQaPaRwJFwyzAJufJyiTt7s0g=
 | 
			
		||||
github.com/openshift/api v0.0.0-20200106203948-7ab22a2c8316 h1:enQG2QUGwug4fR1yM6hL0Fjzx6Km/exZY6RbSPwMu3o=
 | 
			
		||||
github.com/openshift/api v0.0.0-20200106203948-7ab22a2c8316/go.mod h1:dv+J0b/HWai0QnMVb37/H0v36klkLBi2TNpPeWDxX10=
 | 
			
		||||
github.com/openshift/imagebuilder v1.1.1 h1:KAUR31p8UBJdfVO42azWgb+LeMAed2zaKQ19e0C0X2I=
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -115,7 +115,7 @@ func verifySELinuxfsMount(mnt string) bool {
 | 
			
		|||
		return false
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if buf.Type != unix.SELINUX_MAGIC {
 | 
			
		||||
	if uint32(buf.Type) != uint32(unix.SELINUX_MAGIC) {
 | 
			
		||||
		return false
 | 
			
		||||
	}
 | 
			
		||||
	if (buf.Flags & stRdOnly) != 0 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -405,7 +405,7 @@ github.com/opencontainers/runtime-tools/generate
 | 
			
		|||
github.com/opencontainers/runtime-tools/generate/seccomp
 | 
			
		||||
github.com/opencontainers/runtime-tools/specerror
 | 
			
		||||
github.com/opencontainers/runtime-tools/validate
 | 
			
		||||
# github.com/opencontainers/selinux v1.3.2
 | 
			
		||||
# github.com/opencontainers/selinux v1.3.3
 | 
			
		||||
github.com/opencontainers/selinux/go-selinux
 | 
			
		||||
github.com/opencontainers/selinux/go-selinux/label
 | 
			
		||||
# github.com/openshift/api v0.0.0-20200106203948-7ab22a2c8316
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue