diff --git a/parser/apparmor.d.pod b/parser/apparmor.d.pod index cbfa67643..05aaaface 100644 --- a/parser/apparmor.d.pod +++ b/parser/apparmor.d.pod @@ -91,7 +91,7 @@ B = I '->' I ',' B = ('a', 'b', 'c', ... 'z', 'A', 'B', ... 'Z') -B = ('1', '2', '3', ... '9', 'a', 'b', 'c', ... 'z', 'A', 'B', ... 'Z') +B = ('0', '1', '2', ... '9', 'a', 'b', 'c', ... 'z', 'A', 'B', ... 'Z') =back @@ -323,10 +323,10 @@ as further information is specified. eg. -network, #allow access to all networking -network tcp, #allow access to tcp -network inet tcp, #allow access to tcp only for inet4 addresses -network inet6 tcp, #allow access to tcp only for inet6 addresses + network, #allow access to all networking + network tcp, #allow access to tcp + network inet tcp, #allow access to tcp only for inet4 addresses + network inet6 tcp, #allow access to tcp only for inet6 addresses =head2 Variables