diff options
author | Amit Shekhar <ashekhar@codeaurora.org> | 2017-05-22 15:08:00 -0700 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-16 08:10:05 +0800 |
commit | 7ccdfc982fb290111aa0ecaf0aea124965983cf2 (patch) | |
tree | c83d642d046aa2b88c78b61a8a0d6b1524af2c0b | |
parent | ca88c3cb905a8d19969c45cb667a75ea08637287 (diff) |
common: Add system call to the SE whitelist
Add system call to the SE policy whitelist
Change-Id: I1793d20c49f838929aa0dc1720eb062535ae8f09
CRs-Fixed: 2050577
-rw-r--r-- | seccomp/mediacodec-seccomp.policy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/seccomp/mediacodec-seccomp.policy b/seccomp/mediacodec-seccomp.policy index e540f51..253352e 100644 --- a/seccomp/mediacodec-seccomp.policy +++ b/seccomp/mediacodec-seccomp.policy @@ -11,3 +11,4 @@ getdents64: 1 inotify_init1: 1 inotify_add_watch: 1 inotify_rm_watch: 1 +ARM_cacheflush: 1 |