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:
chiteroman 2024-07-10 01:49:22 -04:00 committed by DigiGoon
parent c6a14badbc
commit 49c47fe59e

View file

@ -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
};