2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00
apparmor/parser/testfiles/tcp_client5.profile
Steve Beattie 6d3e74907d Import the rest of the core functionality of the internal apparmor
development tree (trunk branch). From svn repo version 6381.
2006-04-11 21:52:54 +00:00

13 lines
296 B
Plaintext

#
# port 65535 should be valid
#
/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 ,
}