Merge "Fix rlsservice sepolicy" into main

This commit is contained in:
Treehugger Robot 2023-12-11 07:31:03 +00:00 committed by Android (Google) Code Review
commit 46cd746012
3 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,5 @@
chre vendor_data_file dir b/301948771
dump_modem device chr_file b/305600375
dumpstate rlsservice binder b/309379598
dumpstate virtual_camera binder b/312894628
dumpstate virtual_camera process b/312894628
hal_power_default hal_power_default capability b/240632824

View file

@ -13,4 +13,4 @@ allow dumpstate modem_efs_file:dir getattr;
allow dumpstate modem_img_file:dir getattr;
allow dumpstate modem_userdata_file:dir getattr;
allow dumpstate fuse:dir search;
allow dumpstate rlsservice:binder call;

View file

@ -36,3 +36,7 @@ allow rlsservice apex_info_file:file r_file_perms;
# Allow read camera property
get_prop(rlsservice, vendor_camera_prop);
# Allow rlsservice bugreport generation
allow rlsservice dumpstate:fd use;
allow rlsservice dumpstate:fifo_file write;