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

Commit 1516b02c 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
parent 5551797e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,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
@@ -14,6 +14,7 @@ mprotect: 1
madvise: 1
getuid: 1
fstat: 1
fstatfs: 1
read: 1
setpriority: 1
sigaltstack: 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