From 764349a46d41b16007d8ed12b15f7114ca174eb2 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Tue, 17 Aug 2021 18:25:51 +0000 Subject: [PATCH] Merge branch 'cboltz-typo' into 'master' Fix typo in manpage Closes #192 See merge request apparmor/apparmor!789 Acked-by: Acked-by: Seth Arnold for all branches (cherry picked from commit 131ae8425b39e920465ab470a0ffc6301223efcf) 1459f49b Fix typo in manpage --- parser/apparmor.d.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/apparmor.d.pod b/parser/apparmor.d.pod index 59ac72c9a..a160be07a 100644 --- a/parser/apparmor.d.pod +++ b/parser/apparmor.d.pod @@ -664,7 +664,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'.