diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2019-01-23 02:27:29 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2019-01-25 18:23:44 +0200 |
commit | 36d4931696998bcdcd3bcf166dd1830c20062325 (patch) | |
tree | bcd0bbd94f48f157a293fba58c429042fef9ad00 | |
parent | d5c05dfc9c90536353dfb3d6716652d0a53e3137 (diff) | |
download | android_device_qcom_sepolicy-legacy-36d4931696998bcdcd3bcf166dd1830c20062325.tar.gz android_device_qcom_sepolicy-legacy-36d4931696998bcdcd3bcf166dd1830c20062325.tar.bz2 android_device_qcom_sepolicy-legacy-36d4931696998bcdcd3bcf166dd1830c20062325.zip |
legacy: Label msm8916 sysfs_disk_stat
Change-Id: Ib4bee06062c69d24d0f880a2f98bc554ecbbd953
-rw-r--r-- | legacy-common/file_contexts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy-common/file_contexts b/legacy-common/file_contexts index 2e373ea..1997f94 100644 --- a/legacy-common/file_contexts +++ b/legacy-common/file_contexts @@ -84,6 +84,7 @@ # Block/storage /sys/devices/msm_sdcc\.[0-9]/mmc_host/mmc[0-9]/mmc[0-9]:[0-9]+/block/mmcblk[0-9]/stat u:object_r:sysfs_disk_stat:s0 +/sys/devices(/platform)?/soc(\.[0-9])?/[a-f0-9]+\.sdhci/mmc_host/mmc[0-9]/mmc[0-9]:[a-f0-9]+/block/mmcblk[0-9]/stat u:object_r:sysfs_disk_stat:s0 # USB /sys/devices/msm_dwc3/[a-f0-9]+\.dwc3/gadget/lun[0-9]+(/.*)? u:object_r:sysfs_android_usb:s0 |