Skip to content

Commit a3a385c

Browse files
Kenta TadathaJeztah
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]> (cherry picked from commit 0375582) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 7d3e276 commit a3a385c

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
@@ -517,7 +517,6 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
517517
"delete_module",
518518
"init_module",
519519
"finit_module",
520-
"query_module",
521520
},
522521
Action: specs.ActAllow,
523522
Args: []specs.LinuxSeccompArg{},

0 commit comments

Comments
 (0)