SafetyNet: Add sys.oem_unlock_allowed
Signed-off-by: Dmitrii <bankersenator@gmail.com>
This commit is contained in:
parent
e4cb78116f
commit
f37c6338e8
1 changed files with 2 additions and 0 deletions
|
|
@ -900,6 +900,7 @@ static const char *snet_prop_key[] = {
|
|||
"ro.vendor.warranty_bit",
|
||||
"vendor.boot.vbmeta.device_state",
|
||||
"vendor.boot.verifiedbootstate",
|
||||
"sys.oem_unlock_allowed",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
@ -928,6 +929,7 @@ static const char *snet_prop_value[] = {
|
|||
"0", // ro.vendor.warranty_bit
|
||||
"locked", // vendor.boot.vbmeta.device_state
|
||||
"green", // vendor.boot.verifiedbootstate
|
||||
"0", // sys.oem_unlock_allowed
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue