Set mode bits for /system/etc/recovery.img.
/system/etc/recovery.img defaults to 0644. Change it to 0440.
Bug: 22641135
Change-Id: I45cdb0cc1b58f35fbcd0f16e7cc6c4eef63b0b74
(cherry picked from commit b602e6f9a3)
This commit is contained in:
parent
ff2016599d
commit
c6e93fec84
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ static const struct fs_path_config android_files[] = {
|
|||
{ 00550, AID_DHCP, AID_SHELL, 0, "system/etc/dhcpcd/dhcpcd-run-hooks" },
|
||||
{ 00555, AID_ROOT, AID_ROOT, 0, "system/etc/ppp/*" },
|
||||
{ 00555, AID_ROOT, AID_ROOT, 0, "system/etc/rc.*" },
|
||||
{ 00440, AID_ROOT, AID_ROOT, 0, "system/etc/recovery.img" },
|
||||
{ 00444, AID_ROOT, AID_ROOT, 0, conf_dir + 1 },
|
||||
{ 00444, AID_ROOT, AID_ROOT, 0, conf_file + 1 },
|
||||
{ 00644, AID_SYSTEM, AID_SYSTEM, 0, "data/app/*" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue