Merge "Add file_contexts for Release Runtime APEX module."

This commit is contained in:
Roland Levillain 2018-11-20 11:54:17 +00:00 committed by Gerrit Code Review
commit 04dcdeacee
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,13 @@
#############################
# APEX module manifest.
#
/manifest\.json u:object_r:system_file:s0
#############################
# System files
#
(/.*)? u:object_r:system_file:s0
/bin/dex2oat u:object_r:dex2oat_exec:s0
/bin/dexoptanalyzer u:object_r:dexoptanalyzer_exec:s0
/bin/profman u:object_r:profman_exec:s0
/lib(64)?(/.*)? u:object_r:system_lib_file:s0