Jiyong Park | 03ccac0 | 2018-11-10 06:51:49 +0900 | [diff] [blame^] | 1 | ############################# |
2 | # APEX module manifest. | ||||
3 | # | ||||
4 | /manifest\.json u:object_r:system_file:s0 | ||||
5 | |||||
6 | ############################# | ||||
7 | # System files | ||||
8 | # | ||||
9 | (/.*)? u:object_r:system_file:s0 | ||||
10 | /bin/dex2oat(d)? u:object_r:dex2oat_exec:s0 | ||||
11 | /bin/dexoptanalyzer(d)? u:object_r:dexoptanalyzer_exec:s0 | ||||
12 | /bin/profman(d)? u:object_r:profman_exec:s0 | ||||
13 | /lib(64)?(/.*)? u:object_r:system_lib_file:s0 |