dhacker29 | 7727222 | 2015-12-06 22:53:52 -0500 | [diff] [blame] | 1 | # Filesystem tools |
| 2 | /system/bin/fsck\.exfat u:object_r:fsck_exec:s0 |
| 3 | /system/bin/fsck\.ntfs u:object_r:fsck_exec:s0 |
codeworkx | 397e3cd | 2015-12-29 21:51:32 +0100 | [diff] [blame] | 4 | /system/bin/mkfs\.exfat u:object_r:mkfs_exec:s0 |
Keith Mok | a2718d3 | 2015-12-15 13:24:34 -0800 | [diff] [blame] | 5 | /system/bin/mkfs\.f2fs u:object_r:mkfs_exec:s0 |
codeworkx | 397e3cd | 2015-12-29 21:51:32 +0100 | [diff] [blame] | 6 | /system/bin/mkfs\.ntfs u:object_r:mkfs_exec:s0 |
dhacker29 | 7727222 | 2015-12-06 22:53:52 -0500 | [diff] [blame] | 7 | |
Kevin F. Haggerty | 837e029 | 2018-11-15 18:30:49 -0700 | [diff] [blame^] | 8 | # I/O Scheduler |
| 9 | /sys/devices/.*/block/(dm-|mmcblk|sd)[a-z0-9]+/queue(/.*)? u:object_r:sysfs_io_sched_tuneable:s0 |
| 10 | |
Gabriele M | b462511 | 2017-07-19 18:47:07 +0200 | [diff] [blame] | 11 | # OTA packages |
| 12 | /data/lineageos_updates(/.*)? u:object_r:ota_package_file:s0 |
Demon000 | ac09eee | 2017-12-23 15:07:01 +0200 | [diff] [blame] | 13 | |
Dan Pasanen | c9b0d95 | 2017-02-02 08:14:41 -0600 | [diff] [blame] | 14 | # Postinstall |
| 15 | /system/bin/backuptool_ab\.functions u:object_r:otapreopt_chroot_exec:s0 |
| 16 | /system/bin/backuptool_ab\.sh u:object_r:otapreopt_chroot_exec:s0 |
| 17 | /system/bin/backuptool_postinstall\.sh u:object_r:otapreopt_chroot_exec:s0 |
| 18 | |
Ethan Chen | 2c9cfd4 | 2018-02-24 21:44:17 -0800 | [diff] [blame] | 19 | # Recovery |
| 20 | /sbin/minivold u:object_r:vold_exec:s0 |
| 21 | |
myfluxi | cbeae99 | 2014-11-22 19:33:26 +0100 | [diff] [blame] | 22 | # Sysinit |
| 23 | /system/bin/sysinit u:object_r:sysinit_exec:s0 |
| 24 | |
Georg Veichtlbauer | de517a7 | 2015-02-04 18:17:31 +0100 | [diff] [blame] | 25 | # Userinit |
Emerson Pinter | 9e6ab47 | 2015-02-12 19:20:19 -0200 | [diff] [blame] | 26 | /data/local/userinit\.sh u:object_r:userinit_data_exec:s0 |
Georg Veichtlbauer | de517a7 | 2015-02-04 18:17:31 +0100 | [diff] [blame] | 27 | /system/etc/init\.d/90userinit u:object_r:userinit_exec:s0 |
| 28 | |
Demon000 | ac09eee | 2017-12-23 15:07:01 +0200 | [diff] [blame] | 29 | # Vibrator control |
| 30 | /sys/devices/virtual/timed_output/vibrator/vtg_level u:object_r:sysfs_vibrator:s0 |
| 31 | /sys/devices/virtual/timed_output/vibrator/vtg_min u:object_r:sysfs_vibrator:s0 |
| 32 | /sys/devices/virtual/timed_output/vibrator/vtg_max u:object_r:sysfs_vibrator:s0 |
Dan Pasanen | c9b0d95 | 2017-02-02 08:14:41 -0600 | [diff] [blame] | 33 | |