Snap for 11975806 from e15af041dd
to 24Q3-release
Change-Id: I2957dfd4555abe9b540b577371a6f671fa95e87a
This commit is contained in:
commit
9ae8a06ba6
2 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
2
aoc/sepolicy/dumpstate.te
Normal file
2
aoc/sepolicy/dumpstate.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Allow dumpstate to talk to aocxd over binder
|
||||||
|
binder_call(dumpstate, aocxd)
|
Loading…
Add table
Add a link
Reference in a new issue