aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/rmt_storage.te
blob: 3f531cb7ae62f81c9dc6fb4d8910ffe7b0768e8d (plain)
1
2
3
4
5
# debugfs access
userdebug_or_eng(`
  allow rmt_storage debugfs_rmt:dir search;
  allow rmt_storage debugfs_rmt:file rw_file_perms;
')