Merge "relax /system/bin directory permissions"

am: b5ab83903c

Change-Id: I5595e331bf2f956694ee53bef183e64c33b98036
This commit is contained in:
Nick Kralevich 2018-12-13 14:51:46 -08:00 committed by android-build-merger
commit ee6c1be99d

View file

@ -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" },