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

« back to all changes in this revision

Viewing changes to parser/tst/simple_tests/conditional_good_9.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
 
#=DESCRIPTION basic conditional with not statements/weird whitespace
2
 
#=EXRESULT PASS
3
 
 
4
 
$FOO=true
5
 
$BAR = False
6
 
 
7
 
/bin/true {
8
 
  /bin/false rix,
9
 
  capability net_raw,
10
 
  if not not not not not
11
 
     not not not not not
12
 
     not not not not not
13
 
     not not not not not
14
 
                     not
15
 
     not
16
 
             not
17
 
         not
18
 
                 not
19
 
 
20
 
     not
21
 
${FOO}
22
 
                   {
23
 
 
24
 
    /usr/bin/sendmail
25
 
                                        rux,
26
 
}
27
 
  /bin/true rix,
28
 
  /bin/sh rix,
29
 
  capability dac_override,
30
 
                                                                               }