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

seccomp: remove the unused query_module(2)
This commit is contained in:
Justin Cormack 2020-05-28 11:25:59 +01:00 committed by GitHub
commit 1aafcbb47a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -696,8 +696,7 @@
"names": [
"delete_module",
"init_module",
"finit_module",
"query_module"
"finit_module"
],
"action": "SCMP_ACT_ALLOW",
"args": [],

View file

@ -599,7 +599,6 @@ func DefaultProfile() *types.Seccomp {
"delete_module",
"init_module",
"finit_module",
"query_module",
},
Action: types.ActAllow,
Args: []*types.Arg{},