unplugged-vendor/device/google/sunfish-sepolicy/public/te_macros

10 lines
245 B
Plaintext

###########################################
# 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;
')