Adding trong@google.com as fuzzer owner for trusty fuzzers
Bug: 221891733 Change-Id: I41895ffbd6d65f9f3de90088c5f0b9ba2f3210d4
This commit is contained in:
parent
5590e1152e
commit
5f43e61fef
4 changed files with 19 additions and 1 deletions
|
|
@ -25,7 +25,10 @@ cc_fuzz {
|
|||
"-DTRUSTY_APP_PORT=\"com.android.trusty.apploader\"",
|
||||
"-DTRUSTY_APP_UUID=\"081ba88f-f1ee-452e-b5e8-a7e9ef173a97\"",
|
||||
"-DTRUSTY_APP_FILENAME=\"apploader.syms.elf\"",
|
||||
]
|
||||
],
|
||||
fuzz_config: {
|
||||
cc: ["trong@google.com"],
|
||||
},
|
||||
}
|
||||
|
||||
// Fuzz app package sent to apploader.
|
||||
|
|
@ -37,4 +40,7 @@ cc_fuzz {
|
|||
shared_libs: [
|
||||
"libdmabufheap",
|
||||
],
|
||||
fuzz_config: {
|
||||
cc: ["trong@google.com"],
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ cc_fuzz {
|
|||
"-DTRUSTY_APP_UUID=\"7dee2364-c036-425b-b086-df0f6c233c1b\"",
|
||||
"-DTRUSTY_APP_FILENAME=\"confirmationui.syms.elf\"",
|
||||
],
|
||||
fuzz_config: {
|
||||
cc: ["trong@google.com"],
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -36,6 +39,9 @@ cc_fuzz {
|
|||
shared_libs: [
|
||||
"libdmabufheap",
|
||||
],
|
||||
fuzz_config: {
|
||||
cc: ["trong@google.com"],
|
||||
},
|
||||
|
||||
// The initial corpus for this fuzzer was derived by dumping messages from/to
|
||||
// HAL to/from TA triggered by VtsHalConfirmationUIV1_0TargetTest.
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ cc_fuzz {
|
|||
"-DTRUSTY_APP_UUID=\"38ba0cdc-df0e-11e4-9869-233fb6ae4795\"",
|
||||
"-DTRUSTY_APP_FILENAME=\"gatekeeper.syms.elf\"",
|
||||
],
|
||||
fuzz_config: {
|
||||
cc: ["trong@google.com"],
|
||||
},
|
||||
|
||||
// The initial corpus for this fuzzer was derived by dumping messages from
|
||||
// the `secure_env` emulator interface for cuttlefish while enrolling a new
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ cc_fuzz {
|
|||
"-DTRUSTY_APP_UUID=\"5f902ace-5e5c-4cd8-ae54-87b88c22ddaf\"",
|
||||
"-DTRUSTY_APP_FILENAME=\"keymaster.syms.elf\"",
|
||||
],
|
||||
fuzz_config: {
|
||||
cc: ["trong@google.com"],
|
||||
},
|
||||
|
||||
// The initial corpus for this fuzzer was derived by dumping messages from
|
||||
// the `secure_env` emulator interface for cuttlefish while running the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue