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

Commit e7566e73 authored by Dimitry Ivanov's avatar Dimitry Ivanov
Browse files

Allow fstatfs64 syscall for mediacodec/extractor

This syscall is used by the linker to detect files located on tmpfs

Bug: http://b/37245203
Bug: http://b/37590327
Test: boot an angler and check that mediacodec does not crash
Change-Id: I7147063db7d6b8ec39a25d39b60e8e6882addf6e
(cherry picked from commit 1516b02c)
parent f99ffd98
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ clone: 1
setpriority: 1
getuid32: 1
fstat64: 1
fstatfs64: 1
pread64: 1
faccessat: 1
readlinkat: 1
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ clock_gettime: 1
lseek: 1
writev: 1
fstatat64: 1
fstatfs64: 1
fstat64: 1
restart_syscall: 1
exit: 1
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ clone: 1
setpriority: 1
sigaltstack: 1
fstatat64: 1
fstatfs64: 1
fstat64: 1
restart_syscall: 1
exit: 1