c871c1cc75
- Adapt installd rules for app compilation. - Add profman rules for checking the profile before compilation. This is new behavior compared to installd. Bug: 229268202 Test: - 1. adb shell pm art optimize-package -m speed-profile -f \ com.google.android.youtube 2. See no SELinux denial. Change-Id: Idfe1ccdb1b27fd275fdf912bc8d005551f89d4fc
11 lines
472 B
Text
11 lines
472 B
Text
#############################
|
|
# System files
|
|
#
|
|
(/.*)? u:object_r:system_file:s0
|
|
/bin/art_exec u:object_r:art_exec_exec:s0
|
|
/bin/artd u:object_r:artd_exec:s0
|
|
/bin/dex2oat(32|64)? u:object_r:dex2oat_exec:s0
|
|
/bin/dexoptanalyzer u:object_r:dexoptanalyzer_exec:s0
|
|
/bin/odrefresh u:object_r:odrefresh_exec:s0
|
|
/bin/profman u:object_r:profman_exec:s0
|
|
/lib(64)?(/.*)? u:object_r:system_lib_file:s0
|