seccomp: remove the unused query_module(2)

query_module(2) is only in kernels before Linux 2.6.

Signed-off-by: Kenta Tada <Kenta.Tada@sony.com>
This commit is contained in:
Kenta Tada 2020-05-19 10:36:55 +09:00
parent d7c4bda3b1
commit 03755821d2

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{},