go/touch_predump Test: b/318578275 Test: Locally flash to check dump_touch logs on dogfood devices Bug: 287907308 Change-Id: Ibc9df367549dd69c83936a7fd08465f7bb53ce80
10 lines
381 B
Plaintext
10 lines
381 B
Plaintext
type predump_touch, domain;
|
|
type predump_touch_exec, vendor_file_type, exec_type, file_type;
|
|
init_daemon_domain(predump_touch)
|
|
|
|
allow predump_touch vendor_touch_dump_file:dir rw_dir_perms;
|
|
allow predump_touch vendor_touch_dump_file:file create_file_perms;
|
|
|
|
allow predump_touch vendor_toolbox_exec:file execute_no_trans;
|
|
allow predump_touch vendor_shell_exec:file execute_no_trans;
|