Merge "Expand seccomp whitelist" am: c6c11723cb am: 3b9c0fadda

am: 507c3fb099

Change-Id: Idcdec4c87b2ad5f91cbe05874ea532139fe38d42
This commit is contained in:
Paul Lawrence
2017-02-10 21:28:56 +00:00
committed by android-build-merger

View File

@@ -148,7 +148,10 @@ bool set_seccomp_filter() {
AllowSyscall(f, 128); // __NR_restart_syscall
// b/35034743
AllowSyscall(f, 267); // __NR_fstatfs64
AllowSyscall(f, 267); // __NR_syncfs
// b/34763393
AllowSyscall(f, 277); // __NR_seccomp
Trap(f);