Skip to content

Commit

Permalink
Allow system to call custom reboot cmd
Browse files Browse the repository at this point in the history
Change-Id: Id726b46f644e72c9a67d64777abe1e3dbdbc0a82
  • Loading branch information
dalingrin committed Jan 30, 2012
1 parent a5bcdbc commit c8bb74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/private/android_filesystem_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ static struct fs_path_config android_files[] = {
/* the following file is INTENTIONALLY set-uid, and IS included
* in user builds. */
{ 06750, AID_ROOT, AID_SHELL, "system/bin/run-as" },
{ 06750, AID_ROOT, AID_SYSTEM, "system/bin/rebootcmd" },
{ 00755, AID_ROOT, AID_SHELL, "system/bin/*" },
{ 00755, AID_ROOT, AID_ROOT, "system/lib/valgrind/*" },
{ 00755, AID_ROOT, AID_SHELL, "system/xbin/*" },
Expand Down

0 comments on commit c8bb74f

Please sign in to comment.