Jiyong Park | 03ccac0 | 2018-11-10 06:51:49 +0900 | [diff] [blame] | 1 | ############################# |
Jiyong Park | 03ccac0 | 2018-11-10 06:51:49 +0900 | [diff] [blame] | 2 | # System files |
| 3 | # |
Roland Levillain | 4e8dbdf | 2022-07-29 14:57:33 +0100 | [diff] [blame] | 4 | (/.*)? u:object_r:system_file:s0 |
Martin Stjernholm | e1ac267 | 2023-05-10 16:52:39 +0100 | [diff] [blame] | 5 | /bin/art_boot u:object_r:art_boot_exec:s0 |
Roland Levillain | 4e8dbdf | 2022-07-29 14:57:33 +0100 | [diff] [blame] | 6 | /bin/art_exec u:object_r:art_exec_exec:s0 |
| 7 | /bin/artd u:object_r:artd_exec:s0 |
| 8 | /bin/dex2oat(32|64)? u:object_r:dex2oat_exec:s0 |
Jiakai Zhang | 817c49f | 2023-10-18 17:03:20 +0100 | [diff] [blame] | 9 | /bin/dexopt_chroot_setup u:object_r:dexopt_chroot_setup_exec:s0 |
Roland Levillain | 4e8dbdf | 2022-07-29 14:57:33 +0100 | [diff] [blame] | 10 | /bin/dexoptanalyzer u:object_r:dexoptanalyzer_exec:s0 |
| 11 | /bin/odrefresh u:object_r:odrefresh_exec:s0 |
| 12 | /bin/profman u:object_r:profman_exec:s0 |
| 13 | /lib(64)?(/.*)? u:object_r:system_lib_file:s0 |