summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-10-17 22:44:41 -0700
committerSteve Kondik <steve@cyngn.com>2016-10-17 22:44:49 -0700
commit85e3afdb52bbcb53e4262c004cdc28d8d2f0f5d0 (patch)
treef1ce78ce2606f2a63f8e1fd53fcc8333d87ee896
parent22ea8db34e2107d636871605b3ee7be03b5d277f (diff)
downloadandroid_device_qcom_sepolicy-85e3afdb52bbcb53e4262c004cdc28d8d2f0f5d0.tar.gz
android_device_qcom_sepolicy-85e3afdb52bbcb53e4262c004cdc28d8d2f0f5d0.tar.bz2
android_device_qcom_sepolicy-85e3afdb52bbcb53e4262c004cdc28d8d2f0f5d0.zip
Revert "uncrypt needs to write to the BCB"
This reverts commit f2ce603429b7a83cb0e69b2e45fc782148fd152e. Change-Id: Id4cc66138057f3fd10f0deafd6d5290fccddbf1f
-rw-r--r--common/uncrypt.te4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/uncrypt.te b/common/uncrypt.te
index 10c454b7..3fab97e1 100644
--- a/common/uncrypt.te
+++ b/common/uncrypt.te
@@ -28,7 +28,3 @@
# Allow uncrypting of RIDL
allow uncrypt RIDL_data_file:file r_file_perms;
allow uncrypt RIDL_data_file:dir r_dir_perms;
-
-allow uncrypt misc_partition:blk_file w_file_perms;
-allow uncrypt misc_partition:dir r_dir_perms;
-