mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 01:11:00 +01:00
13 lines
272 B
Text
13 lines
272 B
Text
#
|
|
# $Id$
|
|
#=DESCRIPTION netdomain tcp accept simple parse test (from,via)
|
|
#=EXRESULT PASS
|
|
#
|
|
/tmp/tcp/tcp_server {
|
|
tcp_accept from 127.0.0.1,
|
|
tcp_accept from 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,
|
|
}
|