~ubuntu-branches/ubuntu/natty/refpolicy-ubuntu/natty

« back to all changes in this revision

Viewing changes to policy/modules/system/clock.if

  • Committer: Bazaar Package Importer
  • Author(s): Caleb Case
  • Date: 2009-10-19 01:48:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091019014839-0rpi67ygkrjya30k
Tags: 0.2.20090730-0ubuntu1
* Updated to upstream release 2.20090730
* Handle Upstart direct execution of daemons.
* Pre-depend on selinux to ensure that the trigger is handled (LP: #434084).

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
                type hwclock_t, hwclock_exec_t;
16
16
        ')
17
17
 
18
 
        domtrans_pattern($1,hwclock_exec_t,hwclock_t)
 
18
        domtrans_pattern($1, hwclock_exec_t, hwclock_t)
19
19
')
20
20
 
21
21
########################################
59
59
                type hwclock_exec_t;
60
60
        ')
61
61
 
62
 
        can_exec($1,hwclock_exec_t)
 
62
        can_exec($1, hwclock_exec_t)
63
63
')
64
64
 
65
65
########################################