mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
apparmor.d.pod:
- fix ALPHANUMERIC to include 0...9 instead of 1...9 - enforce linebreaks for network example rules Acked-By: Steve Beattie <sbeattie@ubuntu.com>
This commit is contained in:
parent
dce1d5d5e6
commit
c5dca95504
1 changed files with 5 additions and 5 deletions
|
@ -91,7 +91,7 @@ B<ALIAS RULE> = I<ABS PATH> '->' I<REWRITTEN ABS PATH> ','
|
|||
|
||||
B<ALPHA> = ('a', 'b', 'c', ... 'z', 'A', 'B', ... 'Z')
|
||||
|
||||
B<ALPHANUMERIC> = ('1', '2', '3', ... '9', 'a', 'b', 'c', ... 'z', 'A', 'B', ... 'Z')
|
||||
B<ALPHANUMERIC> = ('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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue