Add snapuserd_ramdisk execute permission
Bug: 294192189 Test: th Change-Id: I42ff176ffb7eae0ac05e7f9cc54090c82df982b5
This commit is contained in:
parent
58ba0b44c2
commit
d865493814
|
@ -214,6 +214,7 @@ static const struct fs_path_config android_files[] = {
|
|||
#endif
|
||||
{ 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/snapuserd_ramdisk" },
|
||||
{ 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
|
||||
|
|
Loading…
Reference in New Issue