init: Spoof additional props
Change-Id: I3a22f2a923628c54462ed878f2c98a228d355f60 Signed-off-by: Alvin Francis <nivlafx@gmail.com> Signed-off-by: Dmitrii <bankersenator@gmail.com>
This commit is contained in:
parent
c6a14badbc
commit
49c47fe59e
1 changed files with 4 additions and 0 deletions
|
|
@ -900,6 +900,8 @@ static const char *snet_prop_key[] = {
|
|||
"vendor.boot.vbmeta.device_state",
|
||||
"vendor.boot.verifiedbootstate",
|
||||
"sys.oem_unlock_allowed",
|
||||
"ro.adb.secure",
|
||||
"ro.force.debuggable",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
@ -928,6 +930,8 @@ static const char *snet_prop_value[] = {
|
|||
"locked", // vendor.boot.vbmeta.device_state
|
||||
"green", // vendor.boot.verifiedbootstate
|
||||
"0", // sys.oem_unlock_allowed
|
||||
"1", // ro.adb.secure
|
||||
"0", // ro.force.debuggable
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue