Skip to content
Snippets Groups Projects
Commit 0e479700 authored by Jin Qian's avatar Jin Qian
Browse files

Revert "allow recovery to run mke2fs tools"

This reverts commit 7e577318.
parent 518d138c
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,6 @@ 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