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:
@@ -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