Alberto97 | d3359a0 | 2014-11-30 17:20:55 +0100 | [diff] [blame] | 1 | /cache/dalvik-cache(/.*)? u:object_r:dalvikcache_data_file:s0 |
| 2 | |
Alberto97 | d3359a0 | 2014-11-30 17:20:55 +0100 | [diff] [blame] | 3 | /system/bin/sysinit u:object_r:sysinit_exec:s0 |
| 4 | |
codeworkx | 0867cd5 | 2015-12-29 21:51:32 +0100 | [diff] [blame] | 5 | # For EXFAT/F2FS/NTFS partitions marked "formattable" |
| 6 | /system/bin/mkfs\.exfat u:object_r:mkfs_exec:s0 |
Keith Mok | 60ff62f | 2015-12-15 13:24:34 -0800 | [diff] [blame] | 7 | /system/bin/mkfs\.f2fs u:object_r:mkfs_exec:s0 |
codeworkx | 0867cd5 | 2015-12-29 21:51:32 +0100 | [diff] [blame] | 8 | /system/bin/mkfs\.ntfs u:object_r:mkfs_exec:s0 |
| 9 | |
Tom Marshall | 4ad487b | 2014-11-26 13:26:14 -0800 | [diff] [blame] | 10 | # For minivold in recovery |
| 11 | /sbin/minivold u:object_r:vold_exec:s0 |
| 12 | |
Georg Veichtlbauer | 01911cc | 2015-02-04 18:17:31 +0100 | [diff] [blame] | 13 | /system/etc/init.d/90userinit u:object_r:userinit_exec:s0 |
Emerson Pinter | 9837fb5 | 2015-02-12 19:20:19 -0200 | [diff] [blame] | 14 | /data/local/userinit.sh u:object_r:userinit_data_exec:s0 |
Georg Veichtlbauer | 01911cc | 2015-02-04 18:17:31 +0100 | [diff] [blame] | 15 | |
Alberto97 | d3359a0 | 2014-11-30 17:20:55 +0100 | [diff] [blame] | 16 | ############################# |
| 17 | # performance-related sysfs files (CM) |
Alberto97 | d3359a0 | 2014-11-30 17:20:55 +0100 | [diff] [blame] | 18 | /sys/devices/system/cpu.*/cpufreq(/.*)? -- u:object_r:sysfs_devices_system_cpu:s0 |
Dan Pasanen | eb9dc52 | 2015-01-05 17:56:19 -0600 | [diff] [blame] | 19 | /sys/block/mmcblk.*/queue/scheduler -- u:object_r:sysfs_devices_system_iosched:s0 |
Alberto97 | d3359a0 | 2014-11-30 17:20:55 +0100 | [diff] [blame] | 20 | |
| 21 | /data/hostapd(/.*)? u:object_r:wifi_data_file:s0 |
Ricardo Cerqueira | b8038cd | 2014-11-26 21:34:15 +0000 | [diff] [blame] | 22 | |
| 23 | ############# |
Ricardo Cerqueira | 6222700 | 2014-11-27 18:17:06 +0000 | [diff] [blame] | 24 | # Expansion of these hooks is a bit unconventional |
| 25 | /cache/com.cyanogenmod.keyhandler.dex u:object_r:dalvikcache_data_file:s0 |
Steve Kondik | fc5d13a | 2015-09-06 13:53:29 -0700 | [diff] [blame] | 26 | |
| 27 | # Persistent properties |
Ricardo Cerqueira | 028ec23 | 2015-10-05 19:51:45 +0100 | [diff] [blame] | 28 | /persist/properties(/.*)? u:object_r:persist_property_file:s0 |
Steve Kondik | c0f9ac1 | 2015-09-15 04:09:03 -0700 | [diff] [blame] | 29 | |
| 30 | # LiveDisplay |
| 31 | /sys/devices/virtual/graphics/fb0/aco u:object_r:livedisplay_sysfs:s0 |
| 32 | /sys/devices/virtual/graphics/fb0/cabc u:object_r:livedisplay_sysfs:s0 |
| 33 | /sys/devices/virtual/graphics/fb0/rgb u:object_r:livedisplay_sysfs:s0 |
| 34 | /sys/devices/virtual/graphics/fb0/sre u:object_r:livedisplay_sysfs:s0 |
dhacker29 | 203160f | 2015-12-06 22:53:52 -0500 | [diff] [blame] | 35 | |
| 36 | # fsck |
| 37 | /system/bin/fsck\.ntfs u:object_r:fsck_exec:s0 |
| 38 | /system/bin/fsck\.exfat u:object_r:fsck_exec:s0 |