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