Gabriele M | b462511 | 2017-07-19 18:47:07 +0200 | [diff] [blame] | 1 | # OTA packages |
| 2 | /data/lineageos_updates(/.*)? u:object_r:ota_package_file:s0 |
Demon000 | ac09eee | 2017-12-23 15:07:01 +0200 | [diff] [blame] | 3 | |
Dan Pasanen | c9b0d95 | 2017-02-02 08:14:41 -0600 | [diff] [blame] | 4 | # Postinstall |
| 5 | /system/bin/backuptool_ab\.functions u:object_r:otapreopt_chroot_exec:s0 |
| 6 | /system/bin/backuptool_ab\.sh u:object_r:otapreopt_chroot_exec:s0 |
| 7 | /system/bin/backuptool_postinstall\.sh u:object_r:otapreopt_chroot_exec:s0 |
Luca Stefani | 4ab5398 | 2019-11-03 11:15:54 +0100 | [diff] [blame] | 8 | |
| 9 | # ADB Root |
Alessandro Astone | a681fbc | 2022-01-06 18:45:59 +0100 | [diff] [blame] | 10 | /(system_ext|system/system_ext)/bin/adb_root u:object_r:adbroot_exec:s0 |
Luca Stefani | 4ab5398 | 2019-11-03 11:15:54 +0100 | [diff] [blame] | 11 | /data/adbroot(/.*)? u:object_r:adbroot_data_file:s0 |
Bruno Martins | 0ead839 | 2019-11-27 22:36:17 +0000 | [diff] [blame] | 12 | |
| 13 | # Bash |
Bruno Martins | b1f5aac | 2022-01-31 00:16:24 +0000 | [diff] [blame] | 14 | /(system_ext|system/system_ext)/bin/bash u:object_r:shell_exec:s0 |