~ubuntu-branches/ubuntu/feisty/apparmor/feisty

« back to all changes in this revision

Viewing changes to parser/tst/simple_tests/tcp_client_error7.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: tcp_client_error7.sd 66 2006-06-01 18:02:28Z steve-beattie $
 
3
#=DESCRIPTION netdomain tcp connect w/portnumber 65536
 
4
#=EXRESULT FAIL
 
5
#
 
6
/tmp/tcp/tcp_client {
 
7
  tcp_connect from 10.0.0.17/16:50-100 to 127.0.0.1 via eth1,
 
8
  tcp_connect to 127.0.0.1:65536,
 
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
}