Merge "Allow to run fsck.f2fs in first_stage_ramdisk" am: 8b7e76962e
am: 4cdd4089a5
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1943363 Change-Id: Ib5a7e2bea8cd2b4ef6cd8d52768ec57f5abf55b6
This commit is contained in:
commit
90e5745845
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ static const struct fs_path_config android_files[] = {
|
|||
{ 00755, AID_ROOT, AID_ROOT, 0, "first_stage_ramdisk/system/bin/resize2fs" },
|
||||
{ 00755, AID_ROOT, AID_ROOT, 0, "first_stage_ramdisk/system/bin/snapuserd" },
|
||||
{ 00755, AID_ROOT, AID_ROOT, 0, "first_stage_ramdisk/system/bin/tune2fs" },
|
||||
{ 00755, AID_ROOT, AID_ROOT, 0, "first_stage_ramdisk/system/bin/fsck.f2fs" },
|
||||
// generic defaults
|
||||
{ 00755, AID_ROOT, AID_ROOT, 0, "bin/*" },
|
||||
{ 00640, AID_ROOT, AID_SHELL, 0, "fstab.*" },
|
||||
|
|
Loading…
Reference in a new issue