Snap for 11975806 from e15af041ddc238eb68b2d544b87079f38ec8f1bd to 24Q3-release

Change-Id: I2957dfd4555abe9b540b577371a6f671fa95e87a
This commit is contained in:
Android Build Coastguard Worker 2024-06-15 21:01:59 +00:00
commit 9ae8a06ba6
2 changed files with 5 additions and 0 deletions

View File

@ -26,3 +26,6 @@ add_service(aocxd, aocx);
# allow managing thread priority # allow managing thread priority
allow aocxd self:global_capability_class_set sys_nice; allow aocxd self:global_capability_class_set sys_nice;
allow aocxd dumpstate:fd use;
allow aocxd dumpstate:fifo_file write;

View File

@ -0,0 +1,2 @@
# Allow dumpstate to talk to aocxd over binder
binder_call(dumpstate, aocxd)