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

Commit d239aa68 authored by bohu's avatar bohu
Browse files

seccomp: allows more fstat calls for swcodec

Test:
lunch sdk_gphone_x86_64-userdebug
make -j
emulator

media.swcodec should not be killed by minijail anymore

Change-Id: I8bb9a4a36e207e2bb9c42226cac34bb46281b78f
parent 5a49f40a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ close: 1
mmap2: 1
mmap: 1
fstat64: 1
fstat: 1
stat64: 1
statfs64: 1
madvise: 1
@@ -47,6 +48,7 @@ ugetrlimit: 1
readlinkat: 1
_llseek: 1
fstatfs64: 1
fstatfs: 1
pread64: 1
mremap: 1
dup: 1