10 lines
324 B
Plaintext
10 lines
324 B
Plaintext
|
## Note that policy parsing stops at the first match,
|
||
|
## so adding anything below "$anyvm $anyvm action" line will have no effect
|
||
|
|
||
|
## Please use a single # to start your custom comments
|
||
|
|
||
|
# Default rule for all TemplateVMs - direct the connection to sys-net
|
||
|
$type:TemplateVM $default allow,target=sys-net
|
||
|
|
||
|
$anyvm $anyvm deny
|