Merge "run ext4 tools in first_stage_ramdisk" am: 8aeada63f2
Change-Id: Ice6ac1eeab966e4162fa3efbfcc47d757b1b3817
This commit is contained in:
commit
441f9aa043
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,8 @@ static const struct fs_path_config android_files[] = {
|
|||
CAP_MASK_LONG(CAP_SETGID),
|
||||
"system/bin/simpleperf_app_runner" },
|
||||
{ 00755, AID_ROOT, AID_ROOT, 0, "first_stage_ramdisk/system/bin/e2fsck" },
|
||||
{ 00755, AID_ROOT, AID_ROOT, 0, "first_stage_ramdisk/system/bin/tune2fs" },
|
||||
{ 00755, AID_ROOT, AID_ROOT, 0, "first_stage_ramdisk/system/bin/resize2fs" },
|
||||
// generic defaults
|
||||
{ 00755, AID_ROOT, AID_ROOT, 0, "bin/*" },
|
||||
{ 00640, AID_ROOT, AID_SHELL, 0, "fstab.*" },
|
||||
|
|
Loading…
Reference in a new issue