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
commit 4e08c2de67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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