diff options
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; |