Skip to content
Snippets Groups Projects
Commit c0125335 authored by Jin Qian's avatar Jin Qian Committed by Paul Crowley
Browse files

allow vold_prepare_subdirs to create storaged directories

Test: Boot device, observe logs
Bug: 63740245
Change-Id: I1068304b12ea90736b7927b7368ba1a213d2fbae
parent 81d8b0ee
No related branches found
No related tags found
No related merge requests found
...@@ -396,6 +396,7 @@ ...@@ -396,6 +396,7 @@
/data/misc/profman(/.*)? u:object_r:profman_dump_data_file:s0 /data/misc/profman(/.*)? u:object_r:profman_dump_data_file:s0
# storaged proto files # storaged proto files
/data/misc_de/[0-9]+/storaged(/.*)? u:object_r:storaged_data_file:s0
/data/misc_ce/[0-9]+/storaged(/.*)? u:object_r:storaged_data_file:s0 /data/misc_ce/[0-9]+/storaged(/.*)? u:object_r:storaged_data_file:s0
# Fingerprint data # Fingerprint data
......
domain_auto_trans(vold, vold_prepare_subdirs_exec, vold_prepare_subdirs) domain_auto_trans(vold, vold_prepare_subdirs_exec, vold_prepare_subdirs)
allow vold_prepare_subdirs storaged_data_file:dir create_dir_perms;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment