diff --git a/parser/apparmor.d.pod b/parser/apparmor.d.pod index e2aa2017a..7a6e5e037 100644 --- a/parser/apparmor.d.pod +++ b/parser/apparmor.d.pod @@ -80,7 +80,7 @@ B = 'alias' I '-E' I ',' B = ( '#include' | 'include' ) [ 'if exists' ] ( I | I ) -B = ( 'abi' ) ( I | I | '' ) ',' +B = ( 'abi' ) ( I | I | '' | '' ) ',' B = '"' path '"' (the path is passed to open(2)) @@ -2127,6 +2127,8 @@ If the policy abi is specified as B then the running kernel's abi will be used. This should never be used in shipped policy as it can cause system breakage when a new kernel is installed. +The special abi B is equivalent to not specifying an ABI. + =head3 ABI compatibility with AppArmor 2.x AppArmor 3 remains compatible with AppArmor 2.x by detecting when a