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

« back to all changes in this revision

Viewing changes to parser/tst/simple_tests/profile/profile_ns_named_ok3.sd

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# $Id$
 
3
#=DESCRIPTION same named profile mixed with unnamed same attach different namespaces test,
 
4
#=EXRESULT PASS
 
5
# vim:syntax=subdomain
 
6
# Last Modified: Sun Apr 17 19:44:44 2005
 
7
#
 
8
profile /does/not/exist {
 
9
  /usr/X11R6/lib/lib*so* rrr,
 
10
  /does/not/exist r,
 
11
  /var/log/messages www,
 
12
  /tmp/sd*.foo rwrwwrll,
 
13
  /bin/cat pxpxpxpxpx,
 
14
  /bin/ls ixixixix,
 
15
}
 
16
 
 
17
:foo:/does/not/exist {
 
18
  /usr/X11R6/lib/lib*so* rrr,
 
19
  /does/not/exist r,
 
20
  /var/log/messages www,
 
21
  /tmp/sd*.foo rwrwwrll,
 
22
  /bin/cat pxpxpxpxpx,
 
23
  /bin/ls ixixixix,
 
24
}
 
25
 
 
26
profile :bar:/does/not/exist {
 
27
  /usr/X11R6/lib/lib*so* rrr,
 
28
  /does/not/exist r,
 
29
  /var/log/messages www,
 
30
  /tmp/sd*.foo rwrwwrll,
 
31
  /bin/cat pxpxpxpxpx,
 
32
  /bin/ls ixixixix,
 
33
}
 
34
 
 
35
profile exist /does/not/exist {
 
36
  /usr/X11R6/lib/lib*so* rrr,
 
37
  /does/not/exist r,
 
38
  /var/log/messages www,
 
39
  /tmp/sd*.foo rwrwwrll,
 
40
  /bin/cat pxpxpxpxpx,
 
41
  /bin/ls ixixixix,
 
42
}
 
43
 
 
44
:foo:exist /does/not/exist {
 
45
  /usr/X11R6/lib/lib*so* rrr,
 
46
  /does/not/exist r,
 
47
  /var/log/messages www,
 
48
  /tmp/sd*.foo rwrwwrll,
 
49
  /bin/cat pxpxpxpxpx,
 
50
  /bin/ls ixixixix,
 
51
}
 
52
 
 
53
profile :bar:exist /does/not/exist {
 
54
  /usr/X11R6/lib/lib*so* rrr,
 
55
  /does/not/exist r,
 
56
  /var/log/messages www,
 
57
  /tmp/sd*.foo rwrwwrll,
 
58
  /bin/cat pxpxpxpxpx,
 
59
  /bin/ls ixixixix,
 
60
}
 
61