Skip to content

Commit 0375582

Browse files
Kenta TadaKenta Tada
authored andcommitted
seccomp: remove the unused query_module(2)
query_module(2) is only in kernels before Linux 2.6. Signed-off-by: Kenta Tada <[email protected]>
1 parent d7c4bda commit 0375582

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

contrib/seccomp/seccomp_default.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
515515
"delete_module",
516516
"init_module",
517517
"finit_module",
518-
"query_module",
519518
},
520519
Action: specs.ActAllow,
521520
Args: []specs.LinuxSeccompArg{},

0 commit comments

Comments
 (0)