Merge "dumpstate/incident: Fix avc errors" into sc-dev
This commit is contained in:
commit
854e4dfd60
2 changed files with 5 additions and 0 deletions
1
whitechapel/vendor/google/dumpstate.te
vendored
1
whitechapel/vendor/google/dumpstate.te
vendored
|
@ -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
4
whitechapel/vendor/google/incident.te
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
userdebug_or_eng(`
|
||||
allow incident logger_app:fd use;
|
||||
allow incident media_rw_data_file:file append;
|
||||
')
|
Loading…
Add table
Add a link
Reference in a new issue