summaryrefslogtreecommitdiffstats
path: root/common/qcomsysd.te
diff options
context:
space:
mode:
authorAmeya Thakur <ameyat@codeaurora.org>2016-09-20 18:06:09 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-21 14:07:49 -0700
commit10408aa7698d75a8a0a2f4817576ff4761ffc807 (patch)
tree29d46fc4cfeb35c5d53d006706d929d7a976f136 /common/qcomsysd.te
parentbb30199925c269ba6981f238e0260646a3ec5971 (diff)
downloadandroid_device_qcom_sepolicy-10408aa7698d75a8a0a2f4817576ff4761ffc807.tar.gz
android_device_qcom_sepolicy-10408aa7698d75a8a0a2f4817576ff4761ffc807.tar.bz2
android_device_qcom_sepolicy-10408aa7698d75a8a0a2f4817576ff4761ffc807.zip
common: Remove the references to misc_device
AOSP now defines the misc partition with it's own label. Removing references to the older one from the internal sepolicy files. CRs-Fixed: 1069576 Change-Id: I4c29491abef1f235a190bcd1e157aec406fac2fa
Diffstat (limited to 'common/qcomsysd.te')
-rw-r--r--common/qcomsysd.te1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/qcomsysd.te b/common/qcomsysd.te
index 2dbd2cbc..c1257cb8 100644
--- a/common/qcomsysd.te
+++ b/common/qcomsysd.te
@@ -10,7 +10,6 @@ allow qcomsysd smem_log_device:chr_file rw_file_perms;
#Needed to read/write cookies to the misc partition
allow qcomsysd block_device:dir r_dir_perms;
allow qcomsysd {
- misc_partition
#Needed to access the bootselect partition
bootselect_device
}:blk_file rw_file_perms;