~apparmor-dev/apparmor/master

« back to all changes in this revision

Viewing changes to parser/tst/simple_tests/change_hat/old_style1.sd

  • Committer: Steve Beattie
  • Date: 2019-02-19 09:38:13 UTC
  • Revision ID: sbeattie@ubuntu.com-20190219093813-ud526ee6hwn8nljz
The AppArmor project has been converted to git and is now hosted on
gitlab.

To get the converted repository, please do
  git clone https://gitlab.com/apparmor/apparmor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
#=DESCRIPTION Simple test of old-style hats
3
 
#=EXRESULT FAIL
4
 
#=DISABLED
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
 
}