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