Skip to content
Snippets Groups Projects
Commit f4c0a09b authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 437f7139: am 361cdaff: system_server: neverallow dex2oat exec

* commit '437f7139':
  system_server: neverallow dex2oat exec
parents 8e89c8e9 437f7139
No related branches found
No related tags found
No related merge requests found
......@@ -489,3 +489,9 @@ neverallow system_server sdcard_type:file rw_file_perms;
# Types extracted from seapp_contexts type= fields, excluding
# those types that system_server needs to open directly.
neverallow system_server { bluetooth_data_file nfc_data_file shell_data_file app_data_file }:file open;
# system_server should never be executing dex2oat. This is either
# a bug (for example, bug 16317188), or represents an attempt by
# system server to dynamically load a dex file, something we do not
# want to allow.
neverallow system_server dex2oat_exec:file no_x_file_perms;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment