diff --git a/resources/seccomp/aarch64-unknown-linux-musl.json b/resources/seccomp/aarch64-unknown-linux-musl.json index 487c0346181..e8fac4407ea 100644 --- a/resources/seccomp/aarch64-unknown-linux-musl.json +++ b/resources/seccomp/aarch64-unknown-linux-musl.json @@ -480,6 +480,10 @@ { "syscall": "mprotect", "comment": "Used by memory hotplug to protect access to underlying host memory" + }, + { + "syscall": "pread64", + "comment": "Used when reading pagemap to get dirty memory" } ] },