create display userdebug dump
Bug: 269212897 Test: adb bugreport Change-Id: I666fb3e0872f8afcf5b8a2d8b598245fbcdbb151
This commit is contained in:
parent
80fed77790
commit
39e672acb4
6 changed files with 48 additions and 0 deletions
8
display/sepolicy/dump_display_userdebug.te
Normal file
8
display/sepolicy/dump_display_userdebug.te
Normal file
|
@ -0,0 +1,8 @@
|
|||
pixel_bugreport(dump_display_userdebug)
|
||||
|
||||
userdebug_or_eng(`
|
||||
allow dump_display_userdebug vendor_toolbox_exec:file execute_no_trans;
|
||||
allow dump_display_userdebug vendor_log_file:dir search;
|
||||
allow dump_display_userdebug vendor_hwc_log_file:dir r_dir_perms;
|
||||
allow dump_display_userdebug vendor_hwc_log_file:file r_file_perms;
|
||||
')
|
Loading…
Add table
Add a link
Reference in a new issue