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 | # |
Andreas Gampe | 4c2d06c | 2019-02-21 10:03:07 -0800 | [diff] [blame] | 4 | (/.*)? u:object_r:system_file:s0 |
Nicolas Geoffray | 612ce87 | 2020-07-06 10:15:39 +0100 | [diff] [blame] | 5 | /bin/dex2oat(d)?(32|64)? u:object_r:dex2oat_exec:s0 |
Andreas Gampe | 4c2d06c | 2019-02-21 10:03:07 -0800 | [diff] [blame] | 6 | /bin/dexoptanalyzer(d)? u:object_r:dexoptanalyzer_exec:s0 |
| 7 | /bin/profman(d)? u:object_r:profman_exec:s0 |
Andreas Gampe | 4c2d06c | 2019-02-21 10:03:07 -0800 | [diff] [blame] | 8 | /lib(64)?(/.*)? u:object_r:system_lib_file:s0 |