Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2be6d9d3 authored by bohu's avatar bohu
Browse files

seccomp_policy: enable more syscalls for x86 arch

BUG: 74612083
Test:
lunch sdk_gphone_x86-userdebug
run gts -m GtsMediaTestCases
the minijail should not block syscalls

Change-Id: I6c497d0f13b0ce0e4bc7a7821d026a2c0b410f9d
parent d8c24890
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,12 +16,14 @@ read: 1
mprotect: 1
prctl: 1
openat: 1
open: 1
getuid32: 1
writev: 1
ioctl: 1
close: 1
mmap2: 1
fstat64: 1
stat64: 1
madvise: 1
fstatat64: 1
futex: 1