Commit Graph

4 Commits

Author SHA1 Message Date
Bharat Pawar f1cee88265 common: Grant permission for 'getdents64' in mediacodec policy
This is for seccomp.

Change-Id: I807484b5a5d69db81db4684adb91c0795ba88673
2017-09-30 16:54:45 +00:00
Uma Mehta f0ab6d4473 common: Adding syscalls for VPP functionality
Adding syscalls inotify_init1 and inotify_add_watch
used by VPP functionality.

Change-Id: I1a867c1168292359f9f76f507eda1c1045324f4a
2016-11-28 20:11:47 +01:00
Uma Mehta 4d3f38c3f7 mediacodec: allow sysinfo and getcwd syscall
Add sysinfo and getcwd syscall to make
operations using gpustats successfull.

Change-Id: Ibaf899904a6a33997eeb696d7a8ee073f29820c1
2016-11-14 20:56:54 +01:00
Alex Naidis 3cdac84a4c
mediaextractor/mediacodec: Adding Qualcomm extensions
Qualcomm added these to thulium (msm8996).
However since the AV stack is shared across
the chipsets it is required for all devices
which inherit device/qcom/common.

This commit squashes the following commits:

mediaextractor: allow pread64 and readlinkat syscalls

Add pread64 and readlinkat syscalls.

Change-Id: Ic466e6d401fea5c9b47a9e3abf388cdae1a90f93
Signed-off-by: Alex Naidis <alex.naidis@linux.com>

mediacodec: allow sendto and recvfrom syscalls

Add sendto and recvfrom syscalls

CRs-Fixed: 1001945
Change-Id: Id4287b742f8c559f4e566a687578abdd100ffe4c
Signed-off-by: Alex Naidis <alex.naidis@linux.com>

mediacodec: allow lseek syscall

Add _lseek syscall to make file operations are successful.

Change-Id: I746bf6a9fd5492a359086f8003a771234337e61d
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
2016-10-29 16:22:40 +02:00