~mathiaz/apparmor/ubuntu-mathiaz

« back to all changes in this revision

Viewing changes to parser/tst/simple_tests/simple_bad_x_mods_first_37.sd

  • Committer: Mathias Gug
  • Date: 2008-02-04 18:57:00 UTC
  • mfrom: (885.1.5 apparmor)
  • Revision ID: mathiaz@ubuntu.com-20080204185700-wwlyq0ksssxclv8w
Merge  ubuntu branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#=DESCRIPTION test pix - in forward perms P and p are the same and the
 
3
# unsafe keyword is required.  So these should conflict
 
4
#=EXRESULT FAIL
 
5
#
 
6
/usr/bin/foo {
 
7
  /bin/cat pix,
 
8
  /bin/foo Pix,
 
9
  /bin/bar pIx,
 
10
  /bin/a   PIx,
 
11
 
 
12
  unsafe pix /bin/cat,
 
13
  Pix /bin/foo,
 
14
  unsafe pIx /bin/bar,
 
15
  unsafe PIx /bin/a,
 
16
}