Add two arm specific syscalls to seccomp profile
@@ -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{
"set_tls",