aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Liu <ken.liu@arm.com>2018-04-10 13:24:35 +0800
committerArvind Chauhan <arvind.chauhan@arm.com>2018-05-18 07:59:35 +0100
commit6c3c618b35a44586a62ac1f454cbf04c723b30ff (patch)
tree362ff72e09feaf689bbf986be4f31e34646e49fe
parentab2d419d8e81d2f632964e34e2275e3e08060925 (diff)
Set selinux policy to permissivejuno-tzmp1
Multimedia components lacks of detail sepolicy settings in Android; set policy to permissive to avoid multimedia library loading errors. Signed-off-by: Ken Liu <ken.liu@arm.com>
-rw-r--r--include/configs/vexpress_aemv8a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index 55cc5d60d5..4de9914128 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -196,7 +196,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 */