Merge "dumpstate/incident: Fix avc errors" into sc-dev

This commit is contained in:
Salmax Chang 2021-04-19 10:00:10 +00:00 committed by Android (Google) Code Review
commit 854e4dfd60
2 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,7 @@ dump_hal(hal_graphics_composer)
userdebug_or_eng(`
allow dumpstate vendor_dmabuf_debugfs:file r_file_perms;
allow dumpstate media_rw_data_file:file append;
')
allow dumpstate sysfs_scsi_devices_0000:file r_file_perms;

4
whitechapel/vendor/google/incident.te vendored Normal file
View file

@ -0,0 +1,4 @@
userdebug_or_eng(`
allow incident logger_app:fd use;
allow incident media_rw_data_file:file append;
')