Merge "Let vold execute mke2fs."

This commit is contained in:
Jeff Sharkey 2017-06-26 17:41:26 +00:00 committed by Android (Google) Code Review
commit e2e3c97826

View file

@ -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;