~ubuntu-branches/ubuntu/raring/apparmor/raring

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-03-23 16:42:01 UTC
  • Revision ID: james.westby@ubuntu.com-20070323164201-jkax6f0oku087b7l
Tags: upstream-2.0.1+510.dfsg
ImportĀ upstreamĀ versionĀ 2.0.1+510.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# $Id: change_hat_old_style1.sd 66 2006-06-01 18:02:28Z steve-beattie $
 
3
#=DESCRIPTION Simple test of old-style hats
 
4
#=EXRESULT FAIL
 
5
# vim:syntax=subdomain
 
6
# Last Modified: Sun Apr 17 19:44:44 2005
 
7
#
 
8
/does/not/exist {
 
9
  #include <includes/base>
 
10
 
 
11
  /usr/X11R6/lib/lib*so* r,
 
12
  /usr/bin/emacs r,
 
13
}
 
14
 
 
15
# hat 1
 
16
/does/not/exist^HAT1 {
 
17
  /var/log/HAT1 rwl,
 
18
}
 
19
 
 
20
# hat 2
 
21
/does/not/exist^HAT2 {
 
22
  /var/log/HAT2 rwl,
 
23
}
 
24
 
 
25
# hat 3
 
26
/does/not/exist^HAT3 {
 
27
  /var/log/HAT3 rwl,
 
28
}