3d7093fd7b
Test: See commit 2691baf9d4f8086902d46b2e340a6e5464857b90 in art/ (ag/23125728) Bug: 281850017 Ignore-AOSP-First: Will cherry-pick to AOSP later Change-Id: I14baf55d07ad559294bd3b7d9562230e78201d25
12 lines
579 B
Text
12 lines
579 B
Text
#############################
|
|
# System files
|
|
#
|
|
(/.*)? u:object_r:system_file:s0
|
|
/bin/art_boot u:object_r:art_boot_exec:s0
|
|
/bin/art_exec u:object_r:art_exec_exec:s0
|
|
/bin/artd u:object_r:artd_exec:s0
|
|
/bin/dex2oat(d)?(32|64)? u:object_r:dex2oat_exec:s0
|
|
/bin/dexoptanalyzer(d)? u:object_r:dexoptanalyzer_exec:s0
|
|
/bin/odrefresh u:object_r:odrefresh_exec:s0
|
|
/bin/profman(d)? u:object_r:profman_exec:s0
|
|
/lib(64)?(/.*)? u:object_r:system_lib_file:s0
|