Merge "Add setuid/setgid capabilities to simpleperf_app_runner."
am: c87d1ed611
Change-Id: I4d03b065dd379cffbe5ca9656c3294a7f3675887
This commit is contained in:
commit
eb16021d1e
2 changed files with 4 additions and 0 deletions
|
@ -197,6 +197,9 @@ static const struct fs_path_config android_files[] = {
|
|||
{ 00750, AID_ROOT, AID_SHELL, CAP_MASK_LONG(CAP_SETUID) |
|
||||
CAP_MASK_LONG(CAP_SETGID),
|
||||
"system/bin/run-as" },
|
||||
{ 00750, AID_ROOT, AID_SHELL, CAP_MASK_LONG(CAP_SETUID) |
|
||||
CAP_MASK_LONG(CAP_SETGID),
|
||||
"system/bin/simpleperf_app_runner" },
|
||||
|
||||
// Support FIFO scheduling mode in SurfaceFlinger.
|
||||
{ 00755, AID_SYSTEM, AID_GRAPHICS, CAP_MASK_LONG(CAP_SYS_NICE),
|
||||
|
|
|
@ -19,6 +19,7 @@ phony {
|
|||
"reboot",
|
||||
"sh",
|
||||
"simpleperf",
|
||||
"simpleperf_app_runner",
|
||||
"tcpdump",
|
||||
"toolbox",
|
||||
"toybox",
|
||||
|
|
Loading…
Reference in a new issue