add missing dumpstate permission
Bug: 247097496 Test: adb bugreport Change-Id: Icccfe2c4610ae3a9e77d1ad2c17d828e2e860f1b
This commit is contained in:
parent
1dd58b8948
commit
f3105ca062
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ domain_auto_trans(hal_dumpstate_default, dump_gsc_exec, dump_gsc)
|
||||||
hal_client_domain(dump_gsc, hal_dumpstate)
|
hal_client_domain(dump_gsc, hal_dumpstate)
|
||||||
|
|
||||||
allow dump_gsc dumpstate:fd use;
|
allow dump_gsc dumpstate:fd use;
|
||||||
|
allow dump_gsc dumpstate:fifo_file { write getattr };
|
||||||
allow dump_gsc shell_data_file:file { write getattr };
|
allow dump_gsc shell_data_file:file { write getattr };
|
||||||
allow dump_gsc citadel_updater:file execute_no_trans;
|
allow dump_gsc citadel_updater:file execute_no_trans;
|
||||||
allow dump_gsc citadeld_service:service_manager find;
|
allow dump_gsc citadeld_service:service_manager find;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue