sdm660-common: mediacodec: Allow select and eventfd syscalls
Add pselect6 and eventfd2 syscalls Includes following: mediacodec: allow sendto and recvfrom syscalls mediacodec: allow lseek syscall mediaextractor: allow pread64 and readlinkat syscalls mediacodec: allow getdents64, sysinfo and getcwd Vendor extended policy files are separated from the aosp and will now reside in /vendor Change-Id: If59d04b36d744efb74209ae36e76dd16cb18f606 CRs-Fixed: 2027600
This commit is contained in:
parent
43ecd10277
commit
8d297c4f65
2 changed files with 3 additions and 6 deletions
|
@ -8,5 +8,3 @@ _llseek: 1
|
|||
sysinfo: 1
|
||||
getcwd: 1
|
||||
getdents64: 1
|
||||
inotify_init1: 1
|
||||
inotify_add_watch: 1
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# device specific syscalls.
|
||||
# extension of services/mediaextractor/minijail/seccomp_policy/mediaextractor-seccomp-arm.policy
|
||||
readlinkat: 1
|
||||
pread64: 1
|
||||
mremap: 1
|
||||
# extension of services/mediaextractor/minijail/seccomp_policy/mediaextractor-seccomp-arm.policy
|
||||
readlinkat: 1
|
||||
pread64: 1
|
||||
|
|
Loading…
Reference in a new issue