29 lines
616 B
JSON
Executable File
29 lines
616 B
JSON
Executable File
{
|
|
"name": "Sorcery-Essence-Sync",
|
|
"description": "Allow the Sorcery-Go engine to sync Essences from the Master Registry only.",
|
|
"enabled": true,
|
|
"action": "allow",
|
|
"duration": "always",
|
|
"operator": {
|
|
"type": "list",
|
|
"operand": "list",
|
|
"data": [
|
|
{
|
|
"type": "simple",
|
|
"operand": "process",
|
|
"data": "/usr/local/sbin/sorcery-go"
|
|
},
|
|
{
|
|
"type": "regexp",
|
|
"operand": "dest_host",
|
|
"data": "registry\\.example\\.local"
|
|
},
|
|
{
|
|
"type": "simple",
|
|
"operand": "dest_port",
|
|
"data": "8443"
|
|
}
|
|
]
|
|
}
|
|
}
|