summaryrefslogtreecommitdiffstats
path: root/sepolicy/vendor/dumpstate.te
blob: ce328ce86203bf48acfc78a255b0cd4ee110ada6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
userdebug_or_eng(`
  allow dumpstate modem_dump_file:dir create_dir_perms;
  allow dumpstate modem_dump_file:file create_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)
')