commit | d86a30a273386171a7e58e2411d8a57365af34a3 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Dec 01 09:39:10 2016 -0800 |
committer | Steven Moreland <smoreland@google.com> | Fri Dec 16 10:48:32 2016 -0800 |
tree | 0d5ef355a8c24e58e7aa82c7e9b48a90c75e3371 | |
parent | 137a13d5f5095383e7c01bd211458ee80b010538 [diff] [blame] |
Add hal_dumpstate attribute. - Also allow dumpstate to talk to hal_dumpstate. Bug: 31982882 Test: compiles Change-Id: Ib9cf0027ee7e71fa40b9ccc29fc8dccea6977e5c
diff --git a/public/hal_dumpstate.te b/public/hal_dumpstate.te new file mode 100644 index 0000000..3312b0a --- /dev/null +++ b/public/hal_dumpstate.te
@@ -0,0 +1,5 @@ +# hwbinder access +hwbinder_use(hal_dumpstate) + +# call into dumpstate process (callbacks) +binder_call(hal_dumpstate, dumpstate)