Blob Blame History Raw
#DESC IRQBALANCE - IRQ balance daemon
#
# Author:  Ulrich Drepper <drepper@redhat.com>
#

#################################
#
# Rules for the irqbalance_t domain.
#
daemon_domain(irqbalance)

# irqbalance needs access to /proc.
allow irqbalance_t proc_t:file { read getattr };
allow irqbalance_t sysctl_irq_t:dir r_dir_perms;
allow irqbalance_t sysctl_irq_t:file rw_file_perms;