diff options
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/rmt_storage.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/rmt_storage.te b/sepolicy/rmt_storage.te index 147af87..9ca73dd 100644 --- a/sepolicy/rmt_storage.te +++ b/sepolicy/rmt_storage.te @@ -1,3 +1,4 @@ allow rmt_storage debugfs_rmt:dir search; allow rmt_storage debugfs_rmt:file rw_file_perms; allow rmt_storage { sysfs_msm_subsys sysfs_rmtfs }:dir search; +allow rmt_storage sysfs_msm_subsys:file r_file_perms; |