init: Don't spoof selinux status
* So that Android correctly reports selinux status e.g. selinux status in Settings Change-Id: Iff9754c3f6fed586de6247ba3076f7959f7c274e Signed-off-by: Dmitrii <bankersenator@gmail.com>
This commit is contained in:
parent
a6eee98f56
commit
bcad38901f
1 changed files with 0 additions and 2 deletions
|
|
@ -879,7 +879,6 @@ static const char *snet_prop_key[] = {
|
||||||
"ro.boot.vbmeta.device_state",
|
"ro.boot.vbmeta.device_state",
|
||||||
"ro.boot.verifiedbootstate",
|
"ro.boot.verifiedbootstate",
|
||||||
"ro.boot.flash.locked",
|
"ro.boot.flash.locked",
|
||||||
"ro.boot.selinux",
|
|
||||||
"ro.boot.veritymode",
|
"ro.boot.veritymode",
|
||||||
"ro.boot.warranty_bit",
|
"ro.boot.warranty_bit",
|
||||||
"ro.warranty_bit",
|
"ro.warranty_bit",
|
||||||
|
|
@ -908,7 +907,6 @@ static const char *snet_prop_value[] = {
|
||||||
"locked", // ro.boot.vbmeta.device_state
|
"locked", // ro.boot.vbmeta.device_state
|
||||||
"green", // ro.boot.verifiedbootstate
|
"green", // ro.boot.verifiedbootstate
|
||||||
"1", // ro.boot.flash.locked
|
"1", // ro.boot.flash.locked
|
||||||
"enforcing", // ro.boot.selinux
|
|
||||||
"enforcing", // ro.boot.veritymode
|
"enforcing", // ro.boot.veritymode
|
||||||
"0", // ro.boot.warranty_bit
|
"0", // ro.boot.warranty_bit
|
||||||
"0", // ro.warranty_bit
|
"0", // ro.warranty_bit
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue