Merge "Revert "relax /system/bin directory permissions"" am: 98880af580

am: 88b15b2b7c

Change-Id: I6781355d5502edf84dd5e493d532392b28f4aee3
This commit is contained in:
Nick Kralevich 2019-04-02 14:04:43 -07:00 committed by android-build-merger
commit 6b38459ee5
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,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" },
{ 00755, AID_ROOT, AID_SHELL, 0, "system/bin" },
{ 00751, 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" },