summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Shih <adamshih@google.com>2022-03-17 05:26:55 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-17 05:26:55 +0000
commit9f53270dd6eb26e28fafe01b96f3844ee0770b13 (patch)
treee2f3de1880a15596951851267eac01974a57e40e
parent19f1f97b89f40ebbb0926bb8b6617d7e5b269493 (diff)
parentf211fa5035a06a3159465cea041bba659f1556d4 (diff)
downloadbonito-sepolicy-9f53270dd6eb26e28fafe01b96f3844ee0770b13.tar.gz
Let init access block device am: f211fa5035
Original change: https://android-review.googlesource.com/c/device/google/bonito-sepolicy/+/2028344 Change-Id: I46bef08d348b50945cf193381081c4d1f1f93082
-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