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
@@ -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"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user