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

« back to all changes in this revision

Viewing changes to domains/program/unused/cpucontrol.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 cpucontrol - domain for microcode_ctl and other programs to control CPU
 
2
#
 
3
# Author:  Russell Coker <russell@coker.com.au>
 
4
#
 
5
 
 
6
type cpucontrol_conf_t, file_type, sysadmfile;
 
7
 
 
8
daemon_base_domain(cpucontrol)
 
9
 
 
10
# Access cpu devices.
 
11
allow cpucontrol_t cpu_device_t:chr_file rw_file_perms;
 
12
 
 
13
allow cpucontrol_t self:capability sys_rawio;
 
14
 
 
15
r_dir_file(cpucontrol_t, cpucontrol_conf_t)