Merge "Expand whitelist" am: 006065fee4

am: bff26f4bf1

Change-Id: I2ad973c64c858b11628348965e9593f9f85c6dbe
This commit is contained in:
Paul Lawrence
2017-02-06 20:57:23 +00:00
committed by android-build-merger

View File

@@ -147,6 +147,9 @@ bool set_seccomp_filter() {
// Needed for kernel to restart syscalls
AllowSyscall(f, 128); // __NR_restart_syscall
// b/35034743
AllowSyscall(f, 267); // __NR_fstatfs64
Trap(f);
if (SetValidateArchitectureJumpTarget(offset_to_32bit_filter, f) != 0)