Merge pull request #2115 from justincormack/fallthrough

Remove a really confusing fallthrough
This commit is contained in:
Michael Crosby 2018-02-08 11:38:13 -05:00 committed by GitHub
commit 5ae204ff65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{