Merge "Let vold execute mke2fs."
This commit is contained in:
commit
e2e3c97826
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ allow vold self:process setexec;
|
|||
# For sgdisk launched through popen()
|
||||
allow vold shell_exec:file rx_file_perms;
|
||||
|
||||
# For formatting adoptable storage devices
|
||||
allow vold e2fs_exec:file rx_file_perms;
|
||||
|
||||
typeattribute vold mlstrustedsubject;
|
||||
allow vold self:process setfscreate;
|
||||
allow vold system_file:file x_file_perms;
|
||||
|
|
Loading…
Reference in a new issue