فهرست منبع

[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 8 سال پیش
والد
کامیت
c1c5d30ee4
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 2 0
      profiles/seccomp/default.json
  2. 2 0
      profiles/seccomp/seccomp_default.go

+ 2 - 0
profiles/seccomp/default.json

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

+ 2 - 0
profiles/seccomp/seccomp_default.go

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