summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Shih <adamshih@google.com>2022-03-17 06:35:30 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-17 06:35:30 +0000
commit52af1601ecc0f4ad2984a7b62d3420ff078ebc0a (patch)
treee2f3de1880a15596951851267eac01974a57e40e
parent19f1f97b89f40ebbb0926bb8b6617d7e5b269493 (diff)
parent9f53270dd6eb26e28fafe01b96f3844ee0770b13 (diff)
downloadbonito-sepolicy-52af1601ecc0f4ad2984a7b62d3420ff078ebc0a.tar.gz
Let init access block device am: f211fa5035 am: 9f53270dd6
Original change: https://android-review.googlesource.com/c/device/google/bonito-sepolicy/+/2028344 Change-Id: I385ea81e1af2d0eaf651cfad24722967f8dfeb0c
-rw-r--r--vendor/qcom/common/init.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/qcom/common/init.te b/vendor/qcom/common/init.te
index bb6fa584..10bf5732 100644
--- a/vendor/qcom/common/init.te
+++ b/vendor/qcom/common/init.te
@@ -22,3 +22,6 @@ allow init sysfs_vdso:file w_file_perms;
allow init sysfs_poweroff:file w_file_perms;
# b/72993533 Thermal mitigation in recovery mode
allow init sysfs_thermal:file w_file_perms;
+
+# b/225082034
+allow init sysfs_mmc:file w_file_perms; \ No newline at end of file