2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-02 15:25:27 +00:00

Add some more details to the network section of QuickProfileLanguage

Ryan Lee
2024-08-21 00:20:35 +00:00
parent da5d3cb636
commit 4e3d32a231

@@ -148,8 +148,9 @@ network rules. For example, a network daemon might need:
``` ```
 /profile {  /profile {
   network inet dgram, # Use "inet" for IPv4 only, "inet6" for IPv6 only, or omit for both
   network inet stream,    network inet dgram, # can also say "udp" instead of stream
   network inet stream, # can also say "tcp" instead of "stream"
 }  }
``` ```