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

Commit 61811a64 authored by Hirokazu Honda's avatar Hirokazu Honda
Browse files

mediacodec-x86.policy: Allow media.omx to call statfs64 on x86 platform

After using std::thread in MojoThread, 'statfs64' needs to be called in media.omx initialization.
This adds statfs64 to system calls list that media.omx process is allowed to execute.

Bug: 110722333
Test: m
Change-Id: I79d9223cb4189941001abdce5456c4c5e9f9ffe1
parent a0b8b596
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ close: 1
mmap2: 1
fstat64: 1
stat64: 1
statfs64: 1
madvise: 1
fstatat64: 1
futex: 1