summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2016-07-29 13:28:23 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2016-07-29 13:28:23 +0800
commitae264356aca41b422d2f8b2e47a63ce2ac7c75a4 (patch)
treec6e69d4339e40a1432572faf4402c825ae6df353
parentc68e4fcef8d8793a99ab92efade04e3b37d446cb (diff)
downloadandroid-patchsets-ae264356aca41b422d2f8b2e47a63ce2ac7c75a4.tar.gz
hikey-m-workarounds: add some patches for selinux support
since selinux is supported by default on upstream, we need to have such patches to support for marshmallow Change-Id: I223f7427ff2ed09457625e3447f29f21c636996e Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rwxr-xr-xhikey-m-workarounds9
1 files changed, 9 insertions, 0 deletions
diff --git a/hikey-m-workarounds b/hikey-m-workarounds
index caa2175..33e445a 100755
--- a/hikey-m-workarounds
+++ b/hikey-m-workarounds
@@ -24,3 +24,12 @@ revert device/linaro/hikey 4c1238443cce2a0c0a689ab60d09f2df2a0500c7
## revert removal of definition of configfs
revert device/linaro/hikey 644d7abe37111bbd9b83486bc449e96a49c8cf30
+
+## backport AOSP master change for netlink socket classes
+## for SELinux support
+##http://android-review.linaro.org/16931
+apply --linaro external/sepolicy 16931/1
+
+## hack workaround for tracefs
+## http://android-review.linaro.org/16932
+apply --linaro external/sepolicy 16932/1 \ No newline at end of file