aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2017-05-30 11:08:16 -0700
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-03-22 00:31:29 +0100
commita65ea8eafa285411a8b0009d0e0b97841cfa6a2d (patch)
treef82cc847d2e04ca328b55b10d4822950ad07bb43
parent91eeb3a70592f663d50f518823499c8585fb1b4b (diff)
msm8996-common: cas: add CAS HAL and allow it to use vndbinder
bug: 22804304 Change-Id: I7e189198351c7abf3fc87c441fccccff887d2934
-rw-r--r--sepolicy/hal_cas_default.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/hal_cas_default.te b/sepolicy/hal_cas_default.te
new file mode 100644
index 0000000..1fb5d35
--- /dev/null
+++ b/sepolicy/hal_cas_default.te
@@ -0,0 +1,2 @@
+# Allow CAS HAL to use vendor-binder service
+vndbinder_use(hal_cas_default);