~ubuntu-branches/ubuntu/dapper/selinux-policy-default/dapper

« back to all changes in this revision

Viewing changes to domains/program/unused/irqbalance.te

  • Committer: Bazaar Package Importer
  • Author(s): Russell Coker
  • Date: 2004-06-10 18:08:00 UTC
  • Revision ID: james.westby@ubuntu.com-20040610180800-gagxr0cdovi7mv2i
Tags: upstream-1.12
ImportĀ upstreamĀ versionĀ 1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#DESC IRQBALANCE - IRQ balance daemon
 
2
#
 
3
# Author:  Ulrich Drepper <drepper@redhat.com>
 
4
#
 
5
 
 
6
#################################
 
7
#
 
8
# Rules for the irqbalance_t domain.
 
9
#
 
10
daemon_domain(irqbalance)
 
11
 
 
12
# irqbalance needs access to /proc.
 
13
allow irqbalance_t proc_t:file { read getattr };
 
14
allow irqbalance_t sysctl_irq_t:dir r_dir_perms;
 
15
allow irqbalance_t sysctl_irq_t:file rw_file_perms;