Merge "Make secilc accessible by root only" am: e803818832

am: 94259da99f

Change-Id: I5c53876accf770aca99b5f70ea4ab26e0a2ac115
This commit is contained in:
Alex Klyubin 2017-02-27 23:25:54 +00:00 committed by android-build-merger
commit 97c93b48ab

View file

@ -180,6 +180,7 @@ static const struct fs_path_config android_files[] = {
{ 00755, AID_ROOT, AID_SHELL, 0, "system/bin/crash_dump32" },
{ 00755, AID_ROOT, AID_SHELL, 0, "system/bin/crash_dump64" },
{ 00755, AID_ROOT, AID_SHELL, 0, "system/bin/debuggerd" },
{ 00700, AID_ROOT, AID_ROOT, 0, "system/bin/secilc" },
{ 00750, AID_ROOT, AID_ROOT, 0, "system/bin/uncrypt" },
{ 00750, AID_ROOT, AID_ROOT, 0, "system/bin/install-recovery.sh" },
{ 00755, AID_ROOT, AID_SHELL, 0, "system/bin/*" },