Skip to content

Commit 4e08c2d

Browse files
authored
Merge pull request #4269 from KentaTada/remove-unused-syscall
seccomp: remove the unused query_module(2)
2 parents d7c4bda + 0375582 commit 4e08c2d

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)