mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
# what happens with a bad netmask?
|
|
#
|
|
/tmp/tcp/tcp_client {
|
|
tcp_connect from 10.0.0.17/16:50-100 to 127.0.0.1 via eth1 ,
|
|
tcp_connect to 127.0.0.1/64,
|
|
/lib/libc.so.6 r ,
|
|
/lib/ld-linux.so.2 r ,
|
|
/etc/ld.so.cache r ,
|
|
/lib/libc-2.1.3.so r ,
|
|
}
|