system/apex/*/bin should be 0751
Consistent with other bin directories, system/apex/*/bin should be 0751. Test: compiles and boots Change-Id: Ie32e7623d2b2eb923417d0c2ba3ee6899a9bfc7b
This commit is contained in:
parent
c42f5d64e4
commit
6bcd50ed6d
|
@ -84,7 +84,7 @@ static const struct fs_path_config android_dirs[] = {
|
|||
{ 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" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "system/apex/*/bin" },
|
||||
{ 00751, AID_ROOT, AID_SHELL, 0, "system/apex/*/bin" },
|
||||
{ 00751, AID_ROOT, AID_SHELL, 0, "vendor/bin" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "vendor" },
|
||||
{ 00755, AID_ROOT, AID_ROOT, 0, 0 },
|
||||
|
|
Loading…
Reference in New Issue