Add two arm specific syscalls to seccomp profile
These are arm variants with different argument ordering because of register alignment requirements. fix #30516 Signed-off-by: Justin Cormack <justin.cormack@docker.com> Upstream-commit: d6adcd6a82ba0997fcc123090711b5502da5cbfd Component: engine
This commit is contained in:
@@ -632,6 +632,8 @@
|
||||
},
|
||||
{
|
||||
"names": [
|
||||
"arm_fadvise64_64",
|
||||
"arm_sync_file_range",
|
||||
"breakpoint",
|
||||
"cacheflush",
|
||||
"set_tls"
|
||||
|
||||
@@ -535,6 +535,8 @@ func DefaultProfile() *types.Seccomp {
|
||||
},
|
||||
{
|
||||
Names: []string{
|
||||
"arm_fadvise64_64",
|
||||
"arm_sync_file_range",
|
||||
"breakpoint",
|
||||
"cacheflush",
|
||||
"set_tls",
|
||||
|
||||
Reference in New Issue
Block a user