1 type msm_irqbalanced, domain, device_domain_deprecated; 2 type msm_irqbalanced_exec, exec_type, file_type; 3 init_daemon_domain(msm_irqbalanced) 4 5 allow msm_irqbalanced sysfs_devices_system_cpu:file w_file_perms; 6 allow msm_irqbalanced proc_irq:dir r_dir_perms; 7 allow msm_irqbalanced proc_irq:file rw_file_perms; 8 9 allow msm_irqbalanced proc_stat:file r_file_perms; 10 allow msm_irqbalanced proc_interrupts:file r_file_perms; 11