Move hal_*_default policy to vendor image am: ac1a6d440c
am: 71f9348404
am: f51f887685
am: 784652bbc7
Change-Id: I1967e470d62de06777a1b509e0d71b77c3ff5765
This commit is contained in:
commit
20a639115f
26 changed files with 6 additions and 5 deletions
|
@ -1,2 +0,0 @@
|
|||
# may be started by init
|
||||
init_daemon_domain(hal_boot)
|
|
@ -1,8 +1,5 @@
|
|||
# boot_control subsystem
|
||||
type hal_boot, domain, boot_control_hal;
|
||||
hal_impl_domain(hal_boot)
|
||||
|
||||
type hal_boot_exec, exec_type, file_type;
|
||||
|
||||
# call into system_server process (callbacks)
|
||||
binder_call(hal_boot, system_server)
|
||||
|
|
6
vendor/hal_boot.te
vendored
Normal file
6
vendor/hal_boot.te
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
# boot_control subsystem
|
||||
|
||||
hal_impl_domain(hal_boot)
|
||||
|
||||
type hal_boot_exec, exec_type, file_type;
|
||||
init_daemon_domain(hal_boot)
|
Loading…
Reference in a new issue