dumpstate.te revision d6a99d1db8033cfc2d111c48e5a263f3e6d9d180
1userdebug_or_eng(`
2  allow dumpstate proc_modules:file r_file_perms;
3  allow dumpstate proc_stat:file r_file_perms;
4  allow dumpstate persist_file:dir r_dir_perms;
5  allow dumpstate sysfs_leds:dir search;
6  allow dumpstate system_block_device:blk_file r_file_perms;
7
8  dontaudit dumpstate self:netlink_xfrm_socket create_socket_perms_no_ioctl;
9
10  binder_call(dumpstate, per_mgr)
11')
12