mediacodec: Allow syscalls needed by OMX component
perf daemon needs uname, ueventd, timer_create, timer_settime, rt_sigtimedwait syscalls. Add them to media.codec's whitelist. CRs-Fixed: 2062950 Change-Id: Ib07d73140470d9def0d9411469ee1525e13f4bc7
This commit is contained in:
parent
6ab2c32c56
commit
23308047a6
|
@ -12,3 +12,8 @@ inotify_init1: 1
|
|||
inotify_add_watch: 1
|
||||
inotify_rm_watch: 1
|
||||
ARM_cacheflush: 1
|
||||
uname: 1
|
||||
ueventd: 1
|
||||
timer_create: 1
|
||||
timer_settime: 1
|
||||
rt_sigtimedwait: 1
|
||||
|
|
Loading…
Reference in New Issue