diff options
author | davidevinavil <davidevinavil@gmail.com> | 2018-10-07 01:25:42 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-10-07 15:23:03 +0200 |
commit | 4ea04b22a45155e29ef09ae8ac582ef16381cd43 (patch) | |
tree | 71a6d18aa7e2c5b8c39357b73060e69cf586b5d2 /sepolicy/ims.te | |
parent | 7c87fb1139dc2f2c3e5a9308a921af798f7bf72a (diff) |
msm8996-common: Address CNE IMS and some other denials
Change-Id: Idd48c93dbfddede327c556cf273520412485295e
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'sepolicy/ims.te')
-rw-r--r-- | sepolicy/ims.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/ims.te b/sepolicy/ims.te index a46b104..cb96ea5 100644 --- a/sepolicy/ims.te +++ b/sepolicy/ims.te @@ -2,3 +2,4 @@ allow ims sysfs_msm_subsys:dir search; allow ims sysfs_msm_subsys:file { getattr open read setattr }; allow ims sysfs_soc:dir search; allow ims ctl_default_prop:property_service set; +allow ims default_android_hwservice:hwservice_manager find; |