summaryrefslogtreecommitdiffstats
path: root/common/device.te
diff options
context:
space:
mode:
authorKrishna Konda <kkonda@codeaurora.org>2015-01-16 10:53:35 -0800
committerKrishna Konda <kkonda@codeaurora.org>2015-01-29 16:33:59 -0800
commitd27bc3f38f0397857554ba93a3ed5a3d26fbdaa5 (patch)
tree8665b699213b3a8e76934cca086a94400977e3a1 /common/device.te
parent05f7876c31b6b9d52f66612e1a6bc7b28008273e (diff)
downloadandroid_device_qcom_sepolicy-d27bc3f38f0397857554ba93a3ed5a3d26fbdaa5.tar.gz
android_device_qcom_sepolicy-d27bc3f38f0397857554ba93a3ed5a3d26fbdaa5.tar.bz2
android_device_qcom_sepolicy-d27bc3f38f0397857554ba93a3ed5a3d26fbdaa5.zip
sepolicy: Update sepolicy for qseecom rpmb component
UFS is another primary storage device that is supported and has a RPMB partition that is used by the rpmb listener in qseecom. This change updates the selinux policy to allow access to scsi generic devices (as current UFS devices work as scsi devices) for the rpmb component to function as expected. CRs-Fixed: 781763 Change-Id: I74b7d1739720b9e0d4feff04962d9dd3e16e9c20
Diffstat (limited to 'common/device.te')
-rwxr-xr-xcommon/device.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/device.te b/common/device.te
index 4c0aa2c2..983156de 100755
--- a/common/device.te
+++ b/common/device.te
@@ -41,6 +41,7 @@ type modem_efs_partition_device, dev_type;
#Define device for partition links
type ssd_device, dev_type;
type rpmb_device, dev_type;
+type sg_device, dev_type;
#ESOC device
type esoc_device, dev_type;