Browse code

Add two arm specific syscalls to seccomp profile

These are arm variants with different argument ordering because of
register alignment requirements.

fix #30516

Signed-off-by: Justin Cormack <justin.cormack@docker.com>

Justin Cormack authored on 2017/01/29 23:53:15
Showing 2 changed files
... ...
@@ -632,6 +632,8 @@
632 632
 		},
633 633
 		{
634 634
 			"names": [
635
+				"arm_fadvise64_64",
636
+				"arm_sync_file_range",
635 637
 				"breakpoint",
636 638
 				"cacheflush",
637 639
 				"set_tls"
... ...
@@ -535,6 +535,8 @@ func DefaultProfile() *types.Seccomp {
535 535
 		},
536 536
 		{
537 537
 			Names: []string{
538
+				"arm_fadvise64_64",
539
+				"arm_sync_file_range",
538 540
 				"breakpoint",
539 541
 				"cacheflush",
540 542
 				"set_tls",