~mathiaz/apparmor/ubuntu-mathiaz

« back to all changes in this revision

Viewing changes to parser/tst/simple_tests/tcp_client_ok3.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_client_ok3.sd 66 2006-06-01 18:02:28Z steve-beattie $
3
 
#=DESCRIPTION netdomain tcp connect to,from,via
4
 
/tmp/tcp/tcp_client {
5
 
  tcp_connect to 10.0.0.17/16:50-100 from 127.0.0.1 via eth1,
6
 
  tcp_connect to 127.0.0.1,
7
 
  /lib/libc.so.6        r,
8
 
  /lib/ld-linux.so.2    r,
9
 
  /etc/ld.so.cache      r,
10
 
  /lib/libc-2.1.3.so    r,
11
 
}