From c82bf9a166c795bf01cb44b8e5ce5cc87a4d9001 Mon Sep 17 00:00:00 2001 From: Arvind Chauhan Date: Wed, 8 Nov 2017 11:17:47 +0530 Subject: vexpress64: set androidboot.selinux bootarg to permissive for juno Signed-off-by: Arvind Chauhan --- include/configs/vexpress_aemv8a.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index 9dfedab132..cb80c42c5f 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -190,7 +190,8 @@ "systemd.log_target=null "\ "user_debug=31 "\ "androidboot.hardware=juno "\ - "loglevel=9" + "loglevel=9 "\ + "androidboot.selinux=permissive" /* Copy the kernel and FDT to DRAM memory and boot */ -- cgit v1.2.3