mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 00:41:03 +01:00
13 lines
327 B
Text
13 lines
327 B
Text
#
|
|
# $Id: tcp_client_ok1.sd 66 2006-06-01 18:02:28Z steve-beattie $
|
|
#=DESCRIPTION netdomain tcp connect simple parse test (to,via)
|
|
#=EXRESULT FAIL
|
|
#
|
|
/tmp/tcp/tcp_client {
|
|
tcp_connect to 127.0.0.1,
|
|
tcp_connect to 10.0.0.17 via eth1,
|
|
/lib/libc.so.6 r,
|
|
/lib/ld-linux.so.2 r,
|
|
/etc/ld.so.cache r,
|
|
/lib/libc-2.1.3.so r,
|
|
}
|