Merge pull request #30577 from justincormack/arm-seccomp-1.13

[1.13.x] Add two arm specific syscalls to seccomp profile
This commit is contained in:
Victor Vieux 2017-01-30 17:15:27 -08:00 committed by GitHub
commit c4d731c24c
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",