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

Commit 3f167c27 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

mediaex: remove invalid syscall from arm64 seccomp

Addresses:
09-20 19:41:17.327   694   694 W /system/bin/mediaextractor:
libminijail[694]: compile_file: nonexistent syscall '_llseek'

Bug: 66084343
Test: boot marlin without the above warning.
Change-Id: I7daafa448b63d9f939ad59e3c9de6c4219697c56
parent df9f68eb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ nanosleep: 1

# for FileSource
readlinkat: 1
_llseek: 1

# for attaching to debuggerd on process crash
tgkill: 1