diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-01-23 17:54:30 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-01-23 17:54:30 +0000 |
commit | 6ea80375e64c4bf2ee9da17234aeac10e3d4bf21 (patch) | |
tree | 9564a1f8a9a820330d45a518227ca53aa9cc293f /libc/tools/genseccomp.py | |
parent | d00d38b36be0fd25399256d0cebdd71625aea2b6 (diff) | |
parent | 2f23ceda449661d71961b6807d1dadc4afb08505 (diff) |
Merge "Block bunch of privileged syscalls to apps"
Diffstat (limited to 'libc/tools/genseccomp.py')
-rwxr-xr-x | libc/tools/genseccomp.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/tools/genseccomp.py b/libc/tools/genseccomp.py index dad911331..63d9f20e7 100755 --- a/libc/tools/genseccomp.py +++ b/libc/tools/genseccomp.py @@ -192,7 +192,9 @@ ANDROID_APP_SYSCALL_FILES = { "whitelists": [ "SECCOMP_WHITELIST_COMMON.TXT", "SECCOMP_WHITELIST_APP.TXT"], - "blacklists": ["SECCOMP_BLACKLIST_COMMON.TXT"] + "blacklists": [ + "SECCOMP_BLACKLIST_COMMON.TXT", + "SECCOMP_BLACKLIST_APP.TXT"] } ANDROID_GLOBAL_SYSCALL_FILES = { |