Remove a really confusing fallthrough
This is so confusing, and not needed. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
		| @@ -403,11 +403,11 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp { | ||||
| 		s.Syscalls = append(s.Syscalls, specs.LinuxSyscall{ | ||||
| 			Names: []string{ | ||||
| 				"arch_prctl", | ||||
| 				"modify_ldt", | ||||
| 			}, | ||||
| 			Action: specs.ActAllow, | ||||
| 			Args:   []specs.LinuxSeccompArg{}, | ||||
| 		}) | ||||
| 		fallthrough | ||||
| 	case "386": | ||||
| 		s.Syscalls = append(s.Syscalls, specs.LinuxSyscall{ | ||||
| 			Names: []string{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Justin Cormack
					Justin Cormack