diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2017-11-25 11:26:44 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-11-25 11:26:44 +0100 |
commit | 89fc21a413709fc871f5e39f21342f40237a2c5e (patch) | |
tree | 6466f1f7d6ad9795c6633c01950c94bd8055e498 | |
parent | b9023d97bab4963e23e3ffaed4d10b4eff15b238 (diff) |
msm8996-common: Add back cmdline safetynet bypass
* This should be helpful once the selinux enforcing will be working
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7cf56c2..78d1ce1 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -64,6 +64,8 @@ BOARD_KERNEL_CMDLINE := \ ehci-hcd.park=3 \ lpm_levels.sleep_disabled=1 \ cma=32M@0-0xffffffff \ + androidboot.verifiedbootstate=green \ + androidboot.veritymode=enforcing \ androidboot.selinux=permissive BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_PAGESIZE := 4096 |