mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: update seccomp policy
* fix audio issues
This commit is contained in:
parent
ba208be44d
commit
eaaeb567ac
2 changed files with 8 additions and 0 deletions
|
@ -5,3 +5,8 @@ eventfd2: 1
|
|||
sendto: 1
|
||||
recvfrom: 1
|
||||
_llseek: 1
|
||||
sysinfo: 1
|
||||
getcwd: 1
|
||||
getsockopt: 1
|
||||
# ffmpeg needs this
|
||||
getdents64: 1
|
||||
|
|
|
@ -2,3 +2,6 @@
|
|||
# extension of services/mediaextractor/minijail/seccomp_policy/mediaextractor-seccomp-arm.policy
|
||||
readlinkat: 1
|
||||
pread64: 1
|
||||
getsockopt: 1
|
||||
# ffmpeg needs this
|
||||
nanosleep: 1
|
||||
|
|
Loading…
Reference in a new issue