diff options
-rw-r--r-- | sepolicy/hal_dpmQmiMgr.te | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/hal_dpmQmiMgr.te b/sepolicy/hal_dpmQmiMgr.te index 7dec426..2595e6e 100644 --- a/sepolicy/hal_dpmQmiMgr.te +++ b/sepolicy/hal_dpmQmiMgr.te @@ -1,2 +1,2 @@ -allow hal_dpmQmiMgr sysfs_msm_subsys:dir search; +allow hal_dpmQmiMgr { sysfs_msm_subsys sysfs_soc }:dir search; allow hal_dpmQmiMgr sysfs_msm_subsys:file { getattr open read setattr }; |