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

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14207379

Change-Id: I1e4499000e0a3a3589bf61333038e8391ca9cf79
This commit is contained in:
Salmax Chang 2021-04-19 10:32:04 +00:00 committed by Automerger Merge Worker
commit f9718d7bab
2 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,7 @@ dump_hal(hal_graphics_composer)
userdebug_or_eng(` userdebug_or_eng(`
allow dumpstate vendor_dmabuf_debugfs:file r_file_perms; 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; 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;
')