Split off ART rules for new ART APEX. am: f6bd00af8b
am: 58e4384286
am: 0529d44700
Change-Id: I2abdb45f7fd948253819df973cb55cfde0cd5107
This commit is contained in:
commit
a50776a1f6
4 changed files with 7 additions and 3 deletions
|
@ -5,7 +5,6 @@
|
|||
/bin/dex2oat(d)? u:object_r:dex2oat_exec:s0
|
||||
/bin/dexoptanalyzer(d)? u:object_r:dexoptanalyzer_exec:s0
|
||||
/bin/profman(d)? u:object_r:profman_exec:s0
|
||||
/bin/linker(64)? u:object_r:system_linker_exec:s0
|
||||
/lib(64)?(/.*)? u:object_r:system_lib_file:s0
|
||||
/bin/art_preinstall_hook(.*)? u:object_r:art_apex_preinstall_exec:s0
|
||||
/bin/art_postinstall_hook(.*)? u:object_r:art_apex_postinstall_exec:s0
|
|
@ -5,5 +5,4 @@
|
|||
/bin/dex2oat u:object_r:dex2oat_exec:s0
|
||||
/bin/dexoptanalyzer u:object_r:dexoptanalyzer_exec:s0
|
||||
/bin/profman u:object_r:profman_exec:s0
|
||||
/bin/linker(64)? u:object_r:system_linker_exec:s0
|
||||
/lib(64)?(/.*)? u:object_r:system_lib_file:s0
|
6
apex/com.android.runtime-file_contexts
Normal file
6
apex/com.android.runtime-file_contexts
Normal file
|
@ -0,0 +1,6 @@
|
|||
#############################
|
||||
# System files
|
||||
#
|
||||
(/.*)? u:object_r:system_file:s0
|
||||
/bin/linker(64)? u:object_r:system_linker_exec:s0
|
||||
/lib(64)?(/.*)? u:object_r:system_lib_file:s0
|
|
@ -180,7 +180,7 @@
|
|||
# System files
|
||||
#
|
||||
/system(/.*)? u:object_r:system_file:s0
|
||||
/system/apex/com.android.runtime u:object_r:runtime_apex_dir:s0
|
||||
/system/apex/com.android.art u:object_r:runtime_apex_dir:s0
|
||||
/system/lib(64)?(/.*)? u:object_r:system_lib_file:s0
|
||||
/system/lib(64)?/bootstrap(/.*)? u:object_r:system_bootstrap_lib_file:s0
|
||||
/system/bin/atrace u:object_r:atrace_exec:s0
|
||||
|
|
Loading…
Reference in a new issue