Avijit Kanti Das | 441bad4 | 2015-05-12 14:07:41 -0700 | [diff] [blame] | 1 | # Copyright (c) 2015, The Linux Foundation. All rights reserved. |
| 2 | # |
| 3 | # Redistribution and use in source and binary forms, with or without |
| 4 | # modification, are permitted provided that the following conditions are |
| 5 | # met: |
| 6 | # * Redistributions of source code must retain the above copyright |
| 7 | # notice, this list of conditions and the following disclaimer. |
| 8 | # * Redistributions in binary form must reproduce the above |
| 9 | # copyright notice, this list of conditions and the following |
| 10 | # disclaimer in the documentation and/or other materials provided |
| 11 | # with the distribution. |
| 12 | # * Neither the name of The Linux Foundation nor the names of its |
| 13 | # contributors may be used to endorse or promote products derived |
| 14 | # from this software without specific prior written permission. |
| 15 | # |
| 16 | # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 17 | # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 18 | # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 19 | # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 20 | # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 21 | # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 22 | # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 23 | # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 24 | # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 25 | # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 26 | |
| 27 | ################################### |
| 28 | # Dev block nodes |
David Ng | b20e672 | 2015-07-30 14:20:15 -0700 | [diff] [blame] | 29 | |
| 30 | # common |
| 31 | /dev/block/mmcblk0rpmb u:object_r:rpmb_device:s0 |
Avijit Kanti Das | e544070 | 2015-09-09 13:59:47 -0700 | [diff] [blame] | 32 | /dev/block/mmcblk0 u:object_r:root_block_device:s0 |
David Ng | b20e672 | 2015-07-30 14:20:15 -0700 | [diff] [blame] | 33 | |
| 34 | # UFS devices |
Biswajit Paul | 9101d9b | 2015-07-14 11:30:39 -0700 | [diff] [blame] | 35 | /dev/block/platform/soc/624000.ufshc/by-name/fsc u:object_r:modem_efs_partition_device:s0 |
| 36 | /dev/block/platform/soc/624000.ufshc/by-name/fsg u:object_r:modem_efs_partition_device:s0 |
| 37 | /dev/block/platform/soc/624000.ufshc/by-name/modemst1 u:object_r:modem_efs_partition_device:s0 |
| 38 | /dev/block/platform/soc/624000.ufshc/by-name/modemst2 u:object_r:modem_efs_partition_device:s0 |
| 39 | /dev/block/platform/soc/624000.ufshc/by-name/ssd u:object_r:ssd_device:s0 |
| 40 | /dev/block/platform/soc/624000.ufshc/by-name/misc u:object_r:misc_partition:s0 |
| 41 | /dev/block/platform/soc/624000.ufshc/by-name/rpm u:object_r:rpmb_device:s0 |
Amit Blay | e85f0ee | 2015-09-06 19:16:23 +0300 | [diff] [blame] | 42 | /dev/block/platform/soc/624000.ufshc/by-name/system u:object_r:system_block_device:s0 |
Biswajit Paul | 9101d9b | 2015-07-14 11:30:39 -0700 | [diff] [blame] | 43 | /dev/block/platform/soc/624000.ufshc/by-name/userdata u:object_r:userdata_block_device:s0 |
Avijit Kanti Das | 19272f3 | 2015-08-10 14:30:34 -0700 | [diff] [blame] | 44 | /dev/block/platform/soc/624000.ufshc/by-name/msadp u:object_r:mba_debug_dev:s0 |
Amit Blay | e85f0ee | 2015-09-06 19:16:23 +0300 | [diff] [blame] | 45 | /dev/block/platform/soc/624000.ufshc/by-name/dip u:object_r:dip_device:s0 |
| 46 | /dev/block/platform/soc/624000.ufshc/by-name/mdtp u:object_r:mdtp_device:s0 |
Avijit Kanti Das | 8e7dc63 | 2015-09-08 16:22:13 -0700 | [diff] [blame] | 47 | /dev/block/platform/soc/624000.ufshc/by-name/boot u:object_r:boot_block_device:s0 |
| 48 | /dev/block/platform/soc/624000.ufshc/by-name/recovery u:object_r:recovery_block_device:s0 |
| 49 | /dev/block/platform/soc/624000.ufshc/by-name/cache u:object_r:cache_block_device:s0 |
| 50 | /dev/block/platform/soc/624000.ufshc/by-name/frp u:object_r:frp_block_device:s0 |
Ameya Thakur | aaab8c9 | 2015-11-05 16:59:11 -0800 | [diff] [blame] | 51 | /dev/block/platform/soc/624000.ufshc/by-name/mdm1m9kefs1 u:object_r:efs_boot_dev:s0 |
| 52 | /dev/block/platform/soc/624000.ufshc/by-name/mdm1m9kefs2 u:object_r:efs_boot_dev:s0 |
| 53 | /dev/block/platform/soc/624000.ufshc/by-name/mdm1m9kefs3 u:object_r:efs_boot_dev:s0 |
| 54 | /dev/block/platform/soc/624000.ufshc/by-name/mdm1m9kefsc u:object_r:efs_boot_dev:s0 |
David Ng | b20e672 | 2015-07-30 14:20:15 -0700 | [diff] [blame] | 55 | |
| 56 | # eMMC devices |
| 57 | /dev/block/platform/soc/7464900.sdhci/by-name/fsc u:object_r:modem_efs_partition_device:s0 |
| 58 | /dev/block/platform/soc/7464900.sdhci/by-name/fsg u:object_r:modem_efs_partition_device:s0 |
| 59 | /dev/block/platform/soc/7464900.sdhci/by-name/modemst1 u:object_r:modem_efs_partition_device:s0 |
| 60 | /dev/block/platform/soc/7464900.sdhci/by-name/modemst2 u:object_r:modem_efs_partition_device:s0 |
| 61 | /dev/block/platform/soc/7464900.sdhci/by-name/ssd u:object_r:ssd_device:s0 |
| 62 | /dev/block/platform/soc/7464900.sdhci/by-name/misc u:object_r:misc_partition:s0 |
| 63 | /dev/block/platform/soc/7464900.sdhci/by-name/rpm u:object_r:rpmb_device:s0 |
Amit Blay | e85f0ee | 2015-09-06 19:16:23 +0300 | [diff] [blame] | 64 | /dev/block/platform/soc/7464900.sdhci/by-name/system u:object_r:system_block_device:s0 |
David Ng | b20e672 | 2015-07-30 14:20:15 -0700 | [diff] [blame] | 65 | /dev/block/platform/soc/7464900.sdhci/by-name/userdata u:object_r:userdata_block_device:s0 |
Avijit Kanti Das | 19272f3 | 2015-08-10 14:30:34 -0700 | [diff] [blame] | 66 | /dev/block/platform/soc/7464900.sdhci/by-name/msadp u:object_r:mba_debug_dev:s0 |
Amit Blay | e85f0ee | 2015-09-06 19:16:23 +0300 | [diff] [blame] | 67 | /dev/block/platform/soc/7464900.sdhci/by-name/dip u:object_r:dip_device:s0 |
| 68 | /dev/block/platform/soc/7464900.sdhci/by-name/mdtp u:object_r:mdtp_device:s0 |
Avijit Kanti Das | 8e7dc63 | 2015-09-08 16:22:13 -0700 | [diff] [blame] | 69 | /dev/block/platform/soc/7464900.sdhci/by-name/boot u:object_r:boot_block_device:s0 |
| 70 | /dev/block/platform/soc/7464900.sdhci/by-name/recovery u:object_r:recovery_block_device:s0 |
| 71 | /dev/block/platform/soc/7464900.sdhci/by-name/cache u:object_r:cache_block_device:s0 |
| 72 | /dev/block/platform/soc/7464900.sdhci/by-name/frp u:object_r:frp_block_device:s0 |
Ameya Thakur | aaab8c9 | 2015-11-05 16:59:11 -0800 | [diff] [blame] | 73 | /dev/block/platform/soc/7464900.sdhci/by-name/mdm1m9kefs1 u:object_r:efs_boot_dev:s0 |
| 74 | /dev/block/platform/soc/7464900.sdhci/by-name/mdm1m9kefs2 u:object_r:efs_boot_dev:s0 |
| 75 | /dev/block/platform/soc/7464900.sdhci/by-name/mdm1m9kefs3 u:object_r:efs_boot_dev:s0 |
| 76 | /dev/block/platform/soc/7464900.sdhci/by-name/mdm1m9kefsc u:object_r:efs_boot_dev:s0 |
Avijit Kanti Das | 239a355 | 2015-07-29 17:06:21 -0700 | [diff] [blame] | 77 | |
| 78 | ################################### |
| 79 | # System files |
| 80 | # |
| 81 | /system/bin/qvop-daemon u:object_r:qvop_exec:s0 |
Kineret Berger | 6961458 | 2015-10-01 10:54:30 +0300 | [diff] [blame] | 82 | /system/bin/tloc_daemon u:object_r:tlocd_exec:s0 |
Avijit Kanti Das | 239a355 | 2015-07-29 17:06:21 -0700 | [diff] [blame] | 83 | |
| 84 | ################################### |
| 85 | # data files |
| 86 | # |
| 87 | /data/misc/qvop(/.*)? u:object_r:qvop_data_file:s0 |
Kineret Berger | 6961458 | 2015-10-01 10:54:30 +0300 | [diff] [blame] | 88 | /data/misc/tloc(/.*)? u:object_r:tlocd_data_file:s0 |