summaryrefslogtreecommitdiff
path: root/sepolicy/msm_irqbalanced.te
blob: cea8b14974f3b018a36b804bf5f4842d60631e7c (plain)
1
2
3
4
5
6
7
8
9
10
type msm_irqbalanced, domain, device_domain_deprecated;
type msm_irqbalanced_exec, exec_type, file_type;
init_daemon_domain(msm_irqbalanced)

allow msm_irqbalanced sysfs_devices_system_cpu:file w_file_perms;
allow msm_irqbalanced proc_irq:dir r_dir_perms;
allow msm_irqbalanced proc_irq:file rw_file_perms;

allow msm_irqbalanced proc_stat:file r_file_perms;
allow msm_irqbalanced proc_interrupts:file r_file_perms;