Merge "run ext4 tools in first_stage_ramdisk"
This commit is contained in:
commit
8aeada63f2
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),
|
CAP_MASK_LONG(CAP_SETGID),
|
||||||
"system/bin/simpleperf_app_runner" },
|
"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/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
|
// generic defaults
|
||||||
{ 00755, AID_ROOT, AID_ROOT, 0, "bin/*" },
|
{ 00755, AID_ROOT, AID_ROOT, 0, "bin/*" },
|
||||||
{ 00640, AID_ROOT, AID_SHELL, 0, "fstab.*" },
|
{ 00640, AID_ROOT, AID_SHELL, 0, "fstab.*" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue