Amit Pundir | c738b81 | 2019-06-19 16:13:49 +0530 | [diff] [blame] | 1 | # audit2allow |
| 2 | allow crash_dump bluetooth_data_file:file { getattr map open read }; |
| 3 | allow crash_dump bluetooth_prop:file { getattr map open }; |
| 4 | allow crash_dump device_config_runtime_native_boot_prop:file { getattr map open }; |
| 5 | allow crash_dump device_config_runtime_native_prop:file { getattr map open }; |
| 6 | allow crash_dump hwservicemanager_prop:file { getattr map open }; |
| 7 | allow crash_dump runtime_event_log_tags_file:file getattr; |
Caleb Connolly | 52fa0db | 2022-04-07 01:55:06 +0100 | [diff] [blame^] | 8 | allow crash_dump resourcecache_data_file:file { getattr map open read }; |