Browse code

[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>

Justin Cormack authored on 2017/01/31 08:01:28
Showing 2 changed files
... ...
@@ -417,6 +417,8 @@
417 417
 		},
418 418
 		{
419 419
 			"names": [
420
+				"arm_fadvise64_64",
421
+				"arm_sync_file_range",
420 422
 				"breakpoint",
421 423
 				"cacheflush",
422 424
 				"set_tls"
... ...
@@ -390,6 +390,8 @@ func DefaultProfile() *types.Seccomp {
390 390
 		},
391 391
 		{
392 392
 			Names: []string{
393
+				"arm_fadvise64_64",
394
+				"arm_sync_file_range",
393 395
 				"breakpoint",
394 396
 				"cacheflush",
395 397
 				"set_tls",