~mathiaz/apparmor/ubuntu-mathiaz

« back to all changes in this revision

Viewing changes to parser/tst/simple_tests/simple_ok_append_1.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 append
 
3
#=EXRESULT PASS
 
4
#
 
5
/usr/bin/foo {
 
6
  /bin/cat a,
 
7
  /bin/true ra,
 
8
  /bin/false ma,
 
9
  /lib/libc.so la,
 
10
  /bin/less ixa,
 
11
  /bin/more pxa,
 
12
  /a uxa,
 
13
}