Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
b8bb1d4c6a4cd60ece45715c2482a991f8113b97
/
.
/
public
/
hal_boot.te
blob: 3cbbb2916329f2d9cd93acca4dd0c9ce3fe0278a [
file
] [
log
] [
blame
]
# boot_control subsystem
type hal_boot
,
domain
,
boot_control_hal
;
type hal_boot_exec
,
exec_type
,
file_type
;
# hwbinder access
hwbinder_use
(
hal_boot
)
# call into system_server process (callbacks)
binder_call
(
hal_boot
,
system_server
)