Home | History | Annotate | Download | only in sepolicy
      1 # permissions for /system/bin/fwtool
      2 type fwtool, domain, domain_deprecated;
      3 type fwtool_exec, exec_type, file_type;
      4 
      5 init_daemon_domain(fwtool)
      6 
      7 # access /dev/mtd/*
      8 allow fwtool mtd_device:dir search;
      9 allow fwtool mtd_device:chr_file rw_file_perms;
     10