aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/rmt_storage.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/rmt_storage.te')
-rw-r--r--sepolicy/rmt_storage.te8
1 files changed, 3 insertions, 5 deletions
diff --git a/sepolicy/rmt_storage.te b/sepolicy/rmt_storage.te
index 3f531cb..11bd786 100644
--- a/sepolicy/rmt_storage.te
+++ b/sepolicy/rmt_storage.te
@@ -1,5 +1,3 @@
-# debugfs access
-userdebug_or_eng(`
- allow rmt_storage debugfs_rmt:dir search;
- allow rmt_storage debugfs_rmt:file rw_file_perms;
-')
+allow rmt_storage debugfs_rmt:dir search;
+allow rmt_storage debugfs_rmt:file rw_file_perms;
+allow rmt_storage sysfs_rmtfs:dir search;