summaryrefslogtreecommitdiffstats
path: root/common/rmt_storage.te
diff options
context:
space:
mode:
authorAvijit Kanti Das <avijitnsec@codeaurora.org>2014-10-21 10:30:09 -0700
committerAvijit Kanti Das <avijitnsec@codeaurora.org>2014-10-22 12:59:07 -0700
commitd01b3b310c73f3b6c39a7af15590679b6bb9756c (patch)
treea9c278c5fbb966a170c2eaf143acb38d50a1d10d /common/rmt_storage.te
parent37b34bc906efba7b2f2a7cbc7fd87b8261aa2ff5 (diff)
downloadandroid_device_qcom_sepolicy-d01b3b310c73f3b6c39a7af15590679b6bb9756c.tar.gz
android_device_qcom_sepolicy-d01b3b310c73f3b6c39a7af15590679b6bb9756c.tar.bz2
android_device_qcom_sepolicy-d01b3b310c73f3b6c39a7af15590679b6bb9756c.zip
Seandroid: Addressing few more denial logs
Adding few more policies to address bootup denal log Change-Id: If31bd6cf7e654f407698f4dae5421b382b5f3c14
Diffstat (limited to 'common/rmt_storage.te')
-rw-r--r--common/rmt_storage.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rmt_storage.te b/common/rmt_storage.te
index 2ee83652..ad704636 100644
--- a/common/rmt_storage.te
+++ b/common/rmt_storage.te
@@ -12,3 +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 self:capability { net_raw setpcap };