Merge pull request #40995 from KentaTada/remove-unused-syscall
seccomp: remove the unused query_module(2)
This commit is contained in:
commit
1aafcbb47a
2 changed files with 1 additions and 3 deletions
|
@ -696,8 +696,7 @@
|
|||
"names": [
|
||||
"delete_module",
|
||||
"init_module",
|
||||
"finit_module",
|
||||
"query_module"
|
||||
"finit_module"
|
||||
],
|
||||
"action": "SCMP_ACT_ALLOW",
|
||||
"args": [],
|
||||
|
|
|
@ -599,7 +599,6 @@ func DefaultProfile() *types.Seccomp {
|
|||
"delete_module",
|
||||
"init_module",
|
||||
"finit_module",
|
||||
"query_module",
|
||||
},
|
||||
Action: types.ActAllow,
|
||||
Args: []*types.Arg{},
|
||||
|
|
Loading…
Reference in a new issue