Skip to content

Commit

Permalink
seccomp: drop 'vmsplice' from the allowed list
Browse files Browse the repository at this point in the history
More details: https://lore.kernel.org/linux-mm/X+PoXCizo392PBX7@redhat.com/

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Jan 8, 2021
1 parent 969de12 commit 7ced5da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/seccomp/default_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ func DefaultProfile() *Seccomp {
"utimensat_time64",
"utimes",
"vfork",
"vmsplice",
"wait4",
"waitid",
"waitpid",
Expand Down
1 change: 0 additions & 1 deletion pkg/seccomp/seccomp.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@
"utimensat_time64",
"utimes",
"vfork",
"vmsplice",
"wait4",
"waitid",
"waitpid",
Expand Down

0 comments on commit 7ced5da

Please sign in to comment.