Skip to content
Snippets Groups Projects
Commit fbf072bc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "allow recovery to run mke2fs tools"

parents e10a01f1 7e577318
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,9 @@ recovery_only(`
allow recovery unlabeled:filesystem ~relabelto;
allow recovery contextmount_type:filesystem relabelto;
# Format ext4 filesystem
allow recovery e2fs_exec:file rx_file_perms;
# Create and relabel files and directories under /system.
allow recovery exec_type:{ file lnk_file } { create_file_perms relabelfrom relabelto };
allow recovery { system_file }:{ file lnk_file } { create_file_perms relabelfrom relabelto };
......
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