fix acl
This commit is contained in:
parent
750e33cfba
commit
2b89d154e6
@ -1,10 +1,10 @@
|
||||
{
|
||||
"groups": {
|
||||
"group:admin": ["elizabeth"],
|
||||
"group:roomates": ["riley", "lucina"],
|
||||
"group:friends": ["riley", "rain"],
|
||||
"group:rain": ["rain"],
|
||||
"group:roomates": ["riley", "lucina", "elizabeth"],
|
||||
"group:friends": ["riley", "rain", "lucina"],
|
||||
"group:lucina": ["lucina"],
|
||||
"group:rain": ["rain"],
|
||||
"group:sys": ["sys"]
|
||||
},
|
||||
"tagOwners": {
|
||||
@ -26,7 +26,7 @@
|
||||
{
|
||||
"action": "accept",
|
||||
"src": ["group:sys"],
|
||||
"dst": ["group:sys:*", "10.128.0.0/9:*", "group:rain:*", "192.168.1.0/24:*", "group:lucina:*"]
|
||||
"dst": ["group:sys:*", "10.128.0.0/9:*", "group:rain:*"]
|
||||
},
|
||||
{
|
||||
"action": "accept",
|
||||
@ -36,7 +36,7 @@
|
||||
{
|
||||
"action": "accept",
|
||||
"src": ["group:roomates"],
|
||||
"dst": ["10.0.0.0/8:*", "192.168.86.0/24:*", "192.168.1.0/24:*"]
|
||||
"dst": ["10.0.0.0/8:*", "192.168.86.0/24:*", "192.168.1.0/24:*", "group:roomates:*"]
|
||||
},
|
||||
{
|
||||
"action": "accept",
|
||||
@ -47,6 +47,11 @@
|
||||
"action": "accept",
|
||||
"src": ["group:rain"],
|
||||
"dst": ["group:rain:*"]
|
||||
},
|
||||
{
|
||||
"action": "accept",
|
||||
"src": ["group:lucina"],
|
||||
"dst": ["group:lucina:*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user