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 Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
parent
6e0fa8ba90
commit
a2a4398766
1 changed files with 5 additions and 0 deletions
|
@ -12,3 +12,8 @@ ARM_cacheflush: 1
|
||||||
inotify_init1: 1
|
inotify_init1: 1
|
||||||
inotify_add_watch: 1
|
inotify_add_watch: 1
|
||||||
inotify_rm_watch: 1
|
inotify_rm_watch: 1
|
||||||
|
uname: 1
|
||||||
|
ueventd: 1
|
||||||
|
timer_create: 1
|
||||||
|
timer_settime: 1
|
||||||
|
rt_sigtimedwait: 1
|
||||||
|
|
Loading…
Reference in a new issue