diff options
Diffstat (limited to 'sepolicy/cnd.te')
-rw-r--r-- | sepolicy/cnd.te | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sepolicy/cnd.te b/sepolicy/cnd.te index 83e7fe8..39e9d6b 100644 --- a/sepolicy/cnd.te +++ b/sepolicy/cnd.te @@ -1,2 +1,6 @@ allow cnd sysfs_msm_subsys:dir search; +allow cnd sysfs_msm_subsys:file { open read }; allow cnd sysfs_soc:dir search; +allow cnd default_android_hwservice:hwservice_manager add; +allow cnd system_data_file:dir read; +allow cnd system_data_file:file { getattr ioctl open read }; |