~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to profiles/apparmor/profiles/extras/sbin.dhclient-script

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-08-10 18:12:34 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20110810181234-b6obckg60cp99crg
Tags: upstream-2.7.0~beta1+bzr1774
ImportĀ upstreamĀ versionĀ 2.7.0~beta1+bzr1774

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Last Modified: Tue Jan 25 16:48:30 2011
 
2
#include <tunables/global>
 
3
 
 
4
# dhclient-script will call plugins from /etc/netconfig.d, so this
 
5
# will need to be extended on a per-site basis.
 
6
 
 
7
/sbin/dhclient-script {
 
8
  #include <abstractions/base>
 
9
  #include <abstractions/bash>
 
10
  #include <abstractions/consoles>
 
11
 
 
12
  /bin/bash rix,
 
13
  /bin/grep rix,
 
14
  /bin/sleep rix,
 
15
  /bin/touch rix,
 
16
  /dev/.sysconfig/network/** r,
 
17
  /etc/netconfig.d/* mrix,
 
18
  /etc/sysconfig/network/** r,
 
19
  /sbin/dhclient-script r,
 
20
  /sbin/ip rix,
 
21
}