Merge "Allow tkill"
am: 9fd1190790
Change-Id: Id45daedeecc72308db9616b302a7bf23bd4beb28
diff --git a/init/seccomp.cpp b/init/seccomp.cpp
index b7744b6..d632302 100644
--- a/init/seccomp.cpp
+++ b/init/seccomp.cpp
@@ -170,6 +170,9 @@
// Needed for trusty
AllowSyscall(f, __NR_syncfs);
+ // Needed for strace
+ AllowSyscall(f, __NR_tkill); // __NR_tkill
+
// Needed for kernel to restart syscalls
AllowSyscall(f, __NR_restart_syscall);
@@ -204,6 +207,9 @@
// Syscalls needed to run GFXBenchmark
AllowSyscall(f, 190); // __NR_vfork
+ // Needed for strace
+ AllowSyscall(f, 238); // __NR_tkill
+
// Needed for kernel to restart syscalls
AllowSyscall(f, 0); // __NR_restart_syscall