From c5dca955049063a3f634a97c4dffb360205c24e5 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Fri, 1 Apr 2011 20:35:14 +0200 Subject: [PATCH] apparmor.d.pod: - fix ALPHANUMERIC to include 0...9 instead of 1...9 - enforce linebreaks for network example rules Acked-By: Steve Beattie --- parser/apparmor.d.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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