~ubuntu-branches/ubuntu/maverick/checkpolicy/maverick

« back to all changes in this revision

Viewing changes to policy_define.h

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2009-10-15 23:10:12 UTC
  • mfrom: (1.1.12 upstream) (2.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091015231012-hfedduu4ls8l720m
Tags: 2.0.20-1
New upstream point release. Add support for building Xen policies from
Paul Nuzzi. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
int define_permissive(void);
40
40
int define_polcap(void);
41
41
int define_port_context(unsigned int low, unsigned int high);
 
42
int define_pirq_context(unsigned int pirq);
 
43
int define_iomem_context(unsigned long low, unsigned long high);
 
44
int define_ioport_context(unsigned long low, unsigned long high);
 
45
int define_pcidevice_context(unsigned long device);
42
46
int define_range_trans(int class_specified);
43
47
int define_role_allow(void);
44
48
int define_role_trans(void);