summaryrefslogtreecommitdiffstats
path: root/common/rmt_storage.te
diff options
context:
space:
mode:
authorBiswajit Paul <biswajitpaul@codeaurora.org>2014-10-23 16:27:42 -0700
committerRavi Kumar Siddojigari <rsiddoji@codeaurora.org>2014-10-25 22:46:58 +0530
commitd8ab626d6443c4ad8b0d5eaad8f5f324da17e8c6 (patch)
tree8279050fb8aa0cb46228cd5d8eed168395f457e1 /common/rmt_storage.te
parent87c1f926c6e091c92ce3873a3536831817efd233 (diff)
downloadandroid_device_qcom_sepolicy-d8ab626d6443c4ad8b0d5eaad8f5f324da17e8c6.tar.gz
android_device_qcom_sepolicy-d8ab626d6443c4ad8b0d5eaad8f5f324da17e8c6.tar.bz2
android_device_qcom_sepolicy-d8ab626d6443c4ad8b0d5eaad8f5f324da17e8c6.zip
sepolicy: policy for bootup denials on 64 bit targets
Add policy for bootup issues and other domains Change-Id: I48dc57dcdc0c631e682072f93e2f8fd2751c7a43
Diffstat (limited to 'common/rmt_storage.te')
-rw-r--r--common/rmt_storage.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rmt_storage.te b/common/rmt_storage.te
index ad704636..04a96ef1 100644
--- a/common/rmt_storage.te
+++ b/common/rmt_storage.te
@@ -12,5 +12,5 @@ allow rmt_storage self:capability2 block_suspend;
allow rmt_storage self:socket { create_socket_perms };
allow rmt_storage sysfs_wake_lock:file { open write append };
allow rmt_storage uio_device:chr_file { read write open };
-allow rmt_storage mmc_block_device:blk_file read;
+allow rmt_storage mmc_block_device:blk_file r_file_perms;
allow rmt_storage self:capability { net_raw setpcap };