commit | a95c52e347618d5f6797e01ad460094a90800a27 | [log] [tgz] |
---|---|---|
author | Connor O'Brien <connoro@google.com> | Mon Dec 05 16:20:44 2016 -0800 |
committer | Connor O'Brien <connoro@google.com> | Tue Dec 13 15:23:13 2016 -0800 |
tree | a9fc16ab6af6db61e8c023da3d1057fd93a53390 | |
parent | 1282df7c7af867bcd34bca31693a342dd3386bac [diff] [blame] |
Add sepolicy for consumerir HIDL HAL Test: logging confirms service runs on boot Change-Id: If86fa7daf4a626b3e04fa0d2677d4cb590eb71ce Signed-off-by: Connor O'Brien <connoro@google.com>
diff --git a/public/hal_ir.te b/public/hal_ir.te new file mode 100644 index 0000000..3c7b51a --- /dev/null +++ b/public/hal_ir.te
@@ -0,0 +1,5 @@ +# hwbinder access +hwbinder_use(hal_ir) + +# call into system_server process (callbacks) +binder_call(hal_ir, system_server)