diff options
| -rw-r--r-- | sepolicy/rmt_storage.te | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sepolicy/rmt_storage.te b/sepolicy/rmt_storage.te index 0a95fb8..0b6eae1 100644 --- a/sepolicy/rmt_storage.te +++ b/sepolicy/rmt_storage.te @@ -3,4 +3,5 @@ allow rmt_storage firmware_file:file r_file_perms; allow rmt_storage init:unix_stream_socket connectto; allow rmt_storage property_socket:sock_file write; allow rmt_storage self:capability { dac_override net_raw }; -allow rmt_storage unlabeled:file { open read }; +allow rmt_storage unlabeled:file { open read unlink }; +allow rmt_storage modem_efs_partition_device:blk_file rw_file_perms; |
