Sign in
android
/
device
/
google
/
bonito-sepolicy
/
6886c03a541dc114a2f264c1ad2fc5c0b456fa97
/
.
/
public
/
te_macros
blob: 701ef555a6824f1c659026cedf4313767cbe2bc6 [
file
] [
log
] [
blame
]
###########################################
# dump_hal(hal_type)
# Ability to dump the hal debug info
#
define
(
`dump_hal', `
hal_client_domain
(
dumpstate
,
$1
);
allow $1_server dumpstate
:
fifo_file write
;
allow $1_server dumpstate
:
fd
use
;
')