Merge pull request #4269 from KentaTada/remove-unused-syscall

seccomp: remove the unused query_module(2)
This commit is contained in:
Phil Estes
2020-05-19 11:14:31 -04:00
committed by GitHub

View File

@@ -515,7 +515,6 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"delete_module", "delete_module",
"init_module", "init_module",
"finit_module", "finit_module",
"query_module",
}, },
Action: specs.ActAllow, Action: specs.ActAllow,
Args: []specs.LinuxSeccompArg{}, Args: []specs.LinuxSeccompArg{},