You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
791 B
25 lines
791 B
dump_hal(hal_telephony)
|
|
dump_hal(hal_thermal)
|
|
dump_hal(hal_power)
|
|
dump_hal(hal_power_stats)
|
|
|
|
userdebug_or_eng(`
|
|
allow dumpstate debugfs_dma_bufinfo:file r_file_perms;
|
|
allow dumpstate proc_modules:file r_file_perms;
|
|
allow dumpstate proc_stat:file r_file_perms;
|
|
allow dumpstate persist_file:dir r_dir_perms;
|
|
allow dumpstate sysfs_leds:dir search;
|
|
allow dumpstate system_block_device:blk_file r_file_perms;
|
|
|
|
dontaudit dumpstate self:netlink_xfrm_socket create_socket_perms_no_ioctl;
|
|
|
|
binder_call(dumpstate, per_mgr)
|
|
')
|
|
|
|
# For collecting bugreports.
|
|
allow dumpstate sysfs_scsi_devices_0000:file r_file_perms;
|
|
allow dumpstate sysfs_scsi_devices_other:file r_file_perms;
|
|
|
|
dontaudit dumpstate debugfs_dma_bufinfo:file r_file_perms;
|
|
dontaudit dumpstate kernel:system module_request;
|