1
0
mirror of https://github.com/docker/cli.git synced 2026-01-19 21:41:31 +03:00

Merge pull request #30545 from justincormack/arm-seccomp

Add two arm specific syscalls to seccomp profile
Upstream-commit: 01e03cb85b9cd77b78db88705780d77cd1c43507
Component: engine
This commit is contained in:
Tibor Vass
2017-01-30 10:47:09 -08:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

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

View File

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