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_msm8953-common/sepolicy/vendor/rmt_storage.te
2020-11-15 21:16:02 +01:00

19 lines
550 B
Plaintext

allow rmt_storage {
modem_efs_partition_device
ssd_device
}:blk_file rw_file_perms;
r_dir_file(rmt_storage fsg_firmware_file)
r_dir_file(rmt_storage, persist_file)
allow rmt_storage debugfs_rmts:dir r_dir_perms;
allow rmt_storage debugfs_rmts:file rw_file_perms;
allow rmt_storage persist_rfs_file:dir search;
allow rmt_storage persist_rfs_file:file rw_file_perms;
allow rmt_storage mnt_vendor_file:dir search;
get_prop(rmt_storage, vendor_radio_prop)
get_prop(rmt_storage, moto_boot_prop)
allow rmt_storage sysfs_data:file r_file_perms;