diff options
Diffstat (limited to 'sepolicy/ims.te')
-rw-r--r-- | sepolicy/ims.te | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/ims.te b/sepolicy/ims.te index c1848e6..a46b104 100644 --- a/sepolicy/ims.te +++ b/sepolicy/ims.te @@ -1,4 +1,4 @@ allow ims sysfs_msm_subsys:dir search; -allow ims sysfs_msm_subsys:file { open read }; +allow ims sysfs_msm_subsys:file { getattr open read setattr }; allow ims sysfs_soc:dir search; allow ims ctl_default_prop:property_service set; |