This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_sanders-lin…/sepolicy/vendor/rmt_storage.te
dybios 68ab697535 sanders: Add few sepolicies
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
2019-10-30 14:03:57 +05:30

14 lines
546 B
Plaintext

allow rmt_storage sysfs_rmt_storage:file rw_file_perms;
allow rmt_storage sysfs_rmt_storage:dir { search open };
allow rmt_storage sysfs_uio:file r_file_perms;
allow rmt_storage sysfs_uio:dir { read open search };
allow rmt_storage sysfs_uio:lnk_file { read };
allow rmt_storage debugfs_rmt_storage:dir search;
allow rmt_storage debugfs_rmt_storage:file w_file_perms;
allow rmt_storage fsg_file:file { open read };
allow rmt_storage fsg_file:dir search;
allow rmt_storage fsg_file:lnk_file read;
allow rmt_storage persist_file:dir r_dir_perms;