1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

[1.13.x] Add two arm specific syscalls to seccomp profile

cherry pick #30545

These are arm variants with different argument ordering because of
register alignment requirements.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-01-30 23:01:28 +00:00
parent 2527cfcc49
commit c1c5d30ee4
2 changed files with 4 additions and 0 deletions

View file

@ -417,6 +417,8 @@
},
{
"names": [
"arm_fadvise64_64",
"arm_sync_file_range",
"breakpoint",
"cacheflush",
"set_tls"

View file

@ -390,6 +390,8 @@ func DefaultProfile() *types.Seccomp {
},
{
Names: []string{
"arm_fadvise64_64",
"arm_sync_file_range",
"breakpoint",
"cacheflush",
"set_tls",