Ricardo Cerqueira | ac8d095 | 2013-11-06 03:00:16 +0000 | [diff] [blame] | 1 | /cache/dalvik-cache(/.*)? u:object_r:dalvikcache_data_file:s0 |
| 2 | |
Andy Mast | f274019 | 2014-12-16 11:05:54 -0800 | [diff] [blame] | 3 | # Themes |
d34d | 79eda9e | 2016-07-20 11:02:12 -0700 | [diff] [blame] | 4 | /data/system/theme(/.*)? u:object_r:themeservice_app_data_file:s0 |
Andy Mast | f274019 | 2014-12-16 11:05:54 -0800 | [diff] [blame] | 5 | |
myfluxi | 12daaee | 2014-11-22 19:33:26 +0100 | [diff] [blame] | 6 | /system/bin/sysinit u:object_r:sysinit_exec:s0 |
| 7 | |
Michael Bestas | 047385a | 2016-12-05 14:05:22 +0200 | [diff] [blame] | 8 | /system/etc/init\.d/90userinit u:object_r:userinit_exec:s0 |
| 9 | /data/local/userinit\.sh u:object_r:userinit_data_exec:s0 |
Georg Veichtlbauer | 2ccd36c | 2015-02-04 18:17:31 +0100 | [diff] [blame] | 10 | |
codeworkx | 053b180 | 2015-12-29 21:51:32 +0100 | [diff] [blame] | 11 | # For EXFAT/F2FS/NTFS partitions marked "formattable" |
| 12 | /system/bin/mkfs\.exfat u:object_r:mkfs_exec:s0 |
Keith Mok | fcfc13a | 2015-12-15 13:24:34 -0800 | [diff] [blame] | 13 | /system/bin/mkfs\.f2fs u:object_r:mkfs_exec:s0 |
codeworkx | 053b180 | 2015-12-29 21:51:32 +0100 | [diff] [blame] | 14 | /system/bin/mkfs\.ntfs u:object_r:mkfs_exec:s0 |
Keith Mok | fcfc13a | 2015-12-15 13:24:34 -0800 | [diff] [blame] | 15 | |
Tom Marshall | 39a4244 | 2014-11-26 13:26:14 -0800 | [diff] [blame] | 16 | # For minivold in recovery |
| 17 | /sbin/minivold u:object_r:vold_exec:s0 |
| 18 | |
Ricardo Cerqueira | ac8d095 | 2013-11-06 03:00:16 +0000 | [diff] [blame] | 19 | ############################# |
| 20 | # performance-related sysfs files (CM) |
Steve Kondik | 7a92949 | 2016-04-30 02:30:54 -0700 | [diff] [blame] | 21 | /sys/devices/system/cpu.*/cpufreq(/.*)? u:object_r:sysfs_devices_system_cpu:s0 |
| 22 | /sys/block/mmcblk.*/queue/scheduler u:object_r:sysfs_devices_system_iosched:s0 |
Ricardo Cerqueira | ac8d095 | 2013-11-06 03:00:16 +0000 | [diff] [blame] | 23 | |
Steve Kondik | fdf1aff | 2014-05-11 02:57:57 -0700 | [diff] [blame] | 24 | /data/hostapd(/.*)? u:object_r:wifi_data_file:s0 |
Ricardo Cerqueira | 09159ac | 2014-11-26 21:34:15 +0000 | [diff] [blame] | 25 | |
| 26 | ############# |
| 27 | # Superuser's control sockets |
Ricardo Cerqueira | a7dfa18 | 2014-12-16 19:27:32 +0000 | [diff] [blame] | 28 | /dev/socket/su-daemon(/.*)? u:object_r:superuser_device:s0 |
Ricardo Cerqueira | fa63e50 | 2014-11-27 18:17:06 +0000 | [diff] [blame] | 29 | |
| 30 | # Expansion of these hooks is a bit unconventional |
Michael Bestas | 047385a | 2016-12-05 14:05:22 +0200 | [diff] [blame] | 31 | /cache/com\.cyanogenmod\.keyhandler\.dex u:object_r:dalvikcache_data_file:s0 |
Roman Birg | 20114d6 | 2014-12-08 15:02:48 -0800 | [diff] [blame] | 32 | |
| 33 | # Lockscreen wallpaper |
| 34 | /data/system/users/[0-9]+/keyguard_wallpaper u:object_r:wallpaper_file:s0 |
Steve Kondik | a385501 | 2015-09-06 13:53:29 -0700 | [diff] [blame] | 35 | |
| 36 | # Persistent properties |
Ricardo Cerqueira | b026605 | 2015-10-05 19:51:45 +0100 | [diff] [blame] | 37 | /persist/properties(/.*)? u:object_r:persist_property_file:s0 |
Steve Kondik | b5dbbdf | 2015-09-15 04:09:03 -0700 | [diff] [blame] | 38 | |
| 39 | # LiveDisplay |
| 40 | /sys/devices/virtual/graphics/fb0/aco u:object_r:livedisplay_sysfs:s0 |
| 41 | /sys/devices/virtual/graphics/fb0/cabc u:object_r:livedisplay_sysfs:s0 |
Michael Bestas | 3ada201 | 2016-12-05 14:11:28 +0200 | [diff] [blame] | 42 | /sys/devices/virtual/graphics/fb0/hbm u:object_r:livedisplay_sysfs:s0 |
Steve Kondik | b5dbbdf | 2015-09-15 04:09:03 -0700 | [diff] [blame] | 43 | /sys/devices/virtual/graphics/fb0/rgb u:object_r:livedisplay_sysfs:s0 |
| 44 | /sys/devices/virtual/graphics/fb0/sre u:object_r:livedisplay_sysfs:s0 |
Zhao Wei Liew | de1ad36 | 2016-04-30 14:57:22 +0800 | [diff] [blame] | 45 | /sys/devices/virtual/graphics/fb0/color_enhance u:object_r:livedisplay_sysfs:s0 |
dhacker29 | 076a1ea | 2015-12-06 22:53:52 -0500 | [diff] [blame] | 46 | |
| 47 | # fsck |
| 48 | /system/bin/fsck\.ntfs u:object_r:fsck_exec:s0 |
| 49 | /system/bin/fsck\.exfat u:object_r:fsck_exec:s0 |
Dan Pasanen | 2b8c4b2 | 2016-06-06 08:21:44 -0500 | [diff] [blame] | 50 | |
| 51 | # bash |
| 52 | /system/xbin/bash u:object_r:shell_exec:s0 |