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/cnd.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/cnd.te')
-rw-r--r-- | sepolicy/cnd.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/cnd.te b/sepolicy/cnd.te index 5b6938b..6bf32b4 100644 --- a/sepolicy/cnd.te +++ b/sepolicy/cnd.te @@ -3,3 +3,4 @@ allow cnd sysfs_msm_subsys:file { getattr open read setattr }; allow cnd sysfs_soc:dir search; allow cnd system_data_file:dir read; allow cnd system_data_file:file { getattr ioctl open read }; +allow cnd default_android_hwservice:hwservice_manager add; |