sepolicy: allow recovery read access to /data/media/ files and dirs
Change-Id: I41173d72e86f9cf4d79f7c46166eeb71dc19d2f4
This commit is contained in:
parent
ebc1c942e7
commit
e33cc1d37d
@ -17,6 +17,10 @@ allow recovery system_data_file:file r_file_perms;
|
|||||||
allow recovery rootfs:file create_file_perms;
|
allow recovery rootfs:file create_file_perms;
|
||||||
allow recovery rootfs:dir { write add_name };
|
allow recovery rootfs:dir { write add_name };
|
||||||
|
|
||||||
|
# Read /data/media files and directories
|
||||||
|
allow recovery media_rw_data_file:dir r_dir_perms;
|
||||||
|
allow recovery media_rw_data_file:file r_file_perms;
|
||||||
|
|
||||||
# Control properties
|
# Control properties
|
||||||
allow recovery recovery_prop:property_service set;
|
allow recovery recovery_prop:property_service set;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user