first good one

This commit is contained in:
godot 2024-07-24 08:37:56 +02:00
parent ec0c627d13
commit 2279d5bfc2

View File

@ -23,7 +23,6 @@
// Hidden serves
{"action": "accept", "src": ["*"], "dst": ["tag:Hidden:*"]},
],
// Define postures that will be applied to all rules without any specific
@ -57,7 +56,7 @@
{
"action": "accept",
"src": ["tag:Random"],
"dst": ["autogroup:taged"],
"dst": ["tag:Host", "tag:Service"],
"users": ["autogroup:nonroot", "root"],
},
],
@ -66,7 +65,6 @@
"tests": [
{
"src": "tag:Bridge",
"accept": ["tag:Random:80"],
"deny": ["tag:Host:80"],
},
{
@ -75,4 +73,3 @@
},
],
}