diff options
Diffstat (limited to 'sepolicy/hal_imsrtp.te')
-rw-r--r-- | sepolicy/hal_imsrtp.te | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/hal_imsrtp.te b/sepolicy/hal_imsrtp.te index 1787976..f583686 100644 --- a/sepolicy/hal_imsrtp.te +++ b/sepolicy/hal_imsrtp.te @@ -1,2 +1,2 @@ allow hal_imsrtp sysfs_msm_subsys:dir search; -allow hal_imsrtp sysfs_msm_subsys:file { open read }; +allow hal_imsrtp sysfs_msm_subsys:file { getattr open read setattr }; |