mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
10 lines
239 B
Text
10 lines
239 B
Text
# what happens with a bad ip address?
|
|
#
|
|
/tmp/tcp/tcp_client {
|
|
tcp_connect from 10.0.0.17/16:50-100 to 127.0.0.1 via eth1 ,
|
|
tcp_connect to 256.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 ,
|
|
}
|