1dump_hal(hal_telephony) 2dump_hal(hal_thermal) 3dump_hal(hal_power) 4dump_hal(hal_power_stats) 5 6userdebug_or_eng(` 7 allow dumpstate proc_modules:file r_file_perms; 8 allow dumpstate proc_stat:file r_file_perms; 9 allow dumpstate persist_file:dir r_dir_perms; 10 allow dumpstate sysfs_leds:dir search; 11 allow dumpstate system_block_device:blk_file r_file_perms; 12 13 dontaudit dumpstate self:netlink_xfrm_socket create_socket_perms_no_ioctl; 14 15 binder_call(dumpstate, per_mgr) 16') 17 18# For collecting bugreports. 19allow dumpstate sysfs_mmc:file r_file_perms; 20allow dumpstate debugfs_mmc:dir search; 21allow dumpstate vendor_firmware_file:dir getattr; 22allow dumpstate vendor_firmware_file:filesystem getattr; 23 24dontaudit dumpstate kernel:system module_request; 25