diff --git a/QuickProfileLanguage.md b/QuickProfileLanguage.md index 5c26cc9..4cc5405 100644 --- a/QuickProfileLanguage.md +++ b/QuickProfileLanguage.md @@ -143,7 +143,7 @@ application which drops privileges might need: Network Rules ------------- -AppArmor currently supports course grained access to networking via +AppArmor currently supports coarse-grained access to networking via network rules. For example, a network daemon might need: ``` diff --git a/manpage_apparmor.d.5.md b/manpage_apparmor.d.5.md index 3a539c6..c342d44 100644 --- a/manpage_apparmor.d.5.md +++ b/manpage_apparmor.d.5.md @@ -792,7 +792,7 @@ and other operations that are typically reserved for the root user. AppArmor supports simple coarse grained network mediation. The network rule restrict all socket(2) based operations. The mediation done is -a course grained check on whether a socket of a given type and family +a coarse-grained check on whether a socket of a given type and family can be created, read, or written. There is no mediation based of port number or protocol beyond tcp, udp, and raw. Network netlink(7) rules may only specify type 'dgram' and 'raw'.