~apparmor-dev/apparmor/OS_10.2

« back to all changes in this revision

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

  • Committer: steve-beattie
  • Date: 2006-11-20 08:08:47 UTC
  • Revision ID: svn-v4:40609528-9d10-0410-9bd8-e926d5471da9:tags/OS_10.2:251
tag the parser for the upcoming openSUSE 10.2 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#=DESCRIPTION ux and Px conflict, different identical rules
 
3
#=EXRESULT FAIL
 
4
#
 
5
/usr/bin/foo {
 
6
  /bin/cat ux,
 
7
  /lib/lib*.so* rix,
 
8
  /bin/cat Px,
 
9
}