~mathiaz/apparmor/ubuntu-mathiaz

« back to all changes in this revision

Viewing changes to parser/tst/simple_tests/network_ok_4.sd

  • Committer: Mathias Gug
  • Date: 2008-02-04 18:57:00 UTC
  • mfrom: (885.1.5 apparmor)
  • Revision ID: mathiaz@ubuntu.com-20080204185700-wwlyq0ksssxclv8w
Merge  ubuntu branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#
 
3
#=DESCRIPTION basic network tests
 
4
#=EXRESULT PASS
 
5
#
 
6
/usr/bin/foo {
 
7
  network stream,
 
8
  network dgram,
 
9
  network raw,
 
10
  network tcp,
 
11
  network udp,
 
12
  network icmp,
 
13
 
 
14
}