2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +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 {
   network inet dgram,
   network inet stream,
# Use "inet" for IPv4 only, "inet6" for IPv6 only, or omit for both
   network inet dgram, # can also say "udp" instead of stream
   network inet stream, # can also say "tcp" instead of "stream"
 }
```