Merge "Expand seccomp whitelist" am: fd77a331eb am: 1201ce98dd

am: e9799155c9

Change-Id: If9652ab58b37d2011251345bf5e85afdb3bac4d6
This commit is contained in:
Paul Lawrence
2017-02-08 20:17:35 +00:00
committed by android-build-merger

View File

@@ -216,6 +216,9 @@ bool set_seccomp_filter() {
AllowSyscall(f, 8); // __NR_creat
AllowSyscall(f, 10); // __NR_unlink
// b/35059702
AllowSyscall(f, 196); // __NR_lstat64
Trap(f);
return install_filter(f);