mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-04 23:47:47 -04:00
universal7870: update seccomp
This commit is contained in:
parent
43de11b07f
commit
dd80f04cfc
3 changed files with 7 additions and 22 deletions
|
@ -1,19 +1,3 @@
|
|||
# device specific syscalls
|
||||
# extension of services/mediacodec/minijail/seccomp_policy/mediacodec-seccomp-arm.policy
|
||||
pselect6: 1
|
||||
eventfd2: 1
|
||||
sendto: 1
|
||||
recvfrom: 1
|
||||
_llseek: 1
|
||||
sysinfo: 1
|
||||
getcwd: 1
|
||||
getdents64: 1
|
||||
ARM_cacheflush: 1
|
||||
inotify_init1: 1
|
||||
inotify_add_watch: 1
|
||||
inotify_rm_watch: 1
|
||||
# for H/W Codec
|
||||
uname: 1
|
||||
ueventd: 1
|
||||
timer_create: 1
|
||||
timer_settime: 1
|
||||
rt_sigtimedwait: 1
|
||||
getdents64: 1
|
|
@ -1,5 +1,4 @@
|
|||
# device specific syscalls.
|
||||
# extension of services/mediaextractor/minijail/seccomp_policy/mediaextractor-seccomp-arm.policy
|
||||
readlinkat: 1
|
||||
nanosleep: 1
|
||||
_llseek: 1
|
||||
pread64: 1
|
||||
mremap: 1
|
||||
readlinkat: 1
|
2
seccomp/mediaswcodec.policy
Normal file
2
seccomp/mediaswcodec.policy
Normal file
|
@ -0,0 +1,2 @@
|
|||
madvise :1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue