16 lines
378 B
Plaintext
16 lines
378 B
Plaintext
|
#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;
|