Merge "relax /system/bin directory permissions" am: b5ab83903c
am: ee6c1be99d
Change-Id: Ifa5cb940d40586cf44446e95d580002fd94cc8c6
This commit is contained in:
commit
73c91cbc1f
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ static const struct fs_path_config android_dirs[] = {
|
|||
{ 00750, AID_ROOT, AID_SHELL, 0, "sbin" },
|
||||
{ 00777, AID_ROOT, AID_ROOT, 0, "sdcard" },
|
||||
{ 00751, AID_ROOT, AID_SDCARD_R, 0, "storage" },
|
||||
{ 00751, AID_ROOT, AID_SHELL, 0, "system/bin" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "system/bin" },
|
||||
{ 00755, AID_ROOT, AID_ROOT, 0, "system/etc/ppp" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "system/vendor" },
|
||||
{ 00751, AID_ROOT, AID_SHELL, 0, "system/xbin" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue