Since we are now creating an AOSP HAL for uwb. Rename qorvo's internal HAL to hal_uwb_vendor to avoid conflicts with the AOSP HAL sepolicy rules. Bug: 195308730 Test: Compiles Change-Id: Ief48eacde68b062b2199b20c0c1bb3af23795240 Merged-In: Ief48eacde68b062b2199b20c0c1bb3af23795240
17 lines
493 B
Text
17 lines
493 B
Text
dump_hal(hal_telephony)
|
|
dump_hal(hal_graphics_composer)
|
|
dump_hal(hal_uwb_vendor)
|
|
|
|
userdebug_or_eng(`
|
|
allow dumpstate media_rw_data_file:file append;
|
|
')
|
|
|
|
allow dumpstate sysfs_scsi_devices_0000:file r_file_perms;
|
|
allow dumpstate persist_file:dir r_dir_perms;
|
|
|
|
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;
|
|
|
|
dontaudit dumpstate vendor_dmabuf_debugfs:file r_file_perms;
|