~mathiaz/apparmor/ubuntu-mathiaz

« back to all changes in this revision

Viewing changes to parser/tst/simple_tests/netdomain_bad_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
# $Id: tcp_server_ok1.sd 66 2006-06-01 18:02:28Z steve-beattie $
 
3
#=DESCRIPTION netdomain tcp accept simple parse test (from,via)
 
4
#=EXRESULT FAIL
 
5
#
 
6
/tmp/tcp/tcp_server {
 
7
  tcp_accept from 127.0.0.1,
 
8
  tcp_accept from 10.0.0.17 via eth1,
 
9
  /lib/libc.so.6        r,
 
10
  /lib/ld-linux.so.2    r,
 
11
  /etc/ld.so.cache      r,
 
12
  /lib/libc-2.1.3.so    r,
 
13
}