commit | 1ec710c8ff528853524dc8e22b1797ca78cfc2de | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Oct 10 16:40:33 2016 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Nov 01 21:30:51 2016 +0000 |
tree | 9db1da9be455a41dceb5220f007afb539f962795 | |
parent | 11877133baf3755e64520be31dbbc212a7f1aa5c [diff] [blame] |
Sepolicy for light hal. Bug: 32022100 Test: end to end Change-Id: I5dd9b64c98a5c549fdaf9e47d5a92fa6963370c7
diff --git a/public/hal_light.te b/public/hal_light.te new file mode 100644 index 0000000..cdb36bb --- /dev/null +++ b/public/hal_light.te
@@ -0,0 +1,9 @@ +# light subsystem +type hal_light, domain; +type hal_light_exec, exec_type, file_type; + +# hwbinder access +hwbinder_use(hal_light) + +# call into system_server process (callbacks) +binder_call(hal_light, system_server)