apparmor/parser/tst/simple_tests/netdomain_bad_9.sd

15 lines
401 B
Text
Raw Normal View History

#
2007-11-16 09:34:01 +00:00
# $Id: tcp_client_ok5.sd 66 2006-06-01 18:02:28Z steve-beattie $
#=DESCRIPTION netdomain connect to port 65535
2007-11-16 09:34:01 +00:00
#=EXRESULT FAIL
#
/tmp/tcp/tcp_client {
tcp_connect to 10.0.0.17/16:1024-65535 from 127.0.0.1 via eth1,
tcp_connect to 10.0.0.18/16:65535 from 127.0.0.1 via eth1,
tcp_connect to 127.0.0.1,
/lib/libc.so.6 r,
/lib/ld-linux.so.2 r,
/etc/ld.so.cache r,
/lib/libc-2.1.3.so r,
}