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