mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 10:39:41 +00:00
31 lines
858 B
JSON
31 lines
858 B
JSON
{
|
|
"created": "2021-03-26T15:07:12.074594056+01:00",
|
|
"updated": "2021-03-26T15:07:12.074724626+01:00",
|
|
"name": "7 - Postgres UDP",
|
|
"enabled": true,
|
|
"precedence": false,
|
|
"action": "allow",
|
|
"duration": "always",
|
|
"operator": {
|
|
"type": "list",
|
|
"operand": "list",
|
|
"sensitive": false,
|
|
"data": "[{\"type\": \"simple\", \"operand\": \"protocol\", \"data\": \"udp\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"process.path\", \"data\": \"/usr/bin/postgres\", \"sensitive\": false}]",
|
|
"list": [
|
|
{
|
|
"type": "simple",
|
|
"operand": "protocol",
|
|
"sensitive": false,
|
|
"data": "udp",
|
|
"list": null
|
|
},
|
|
{
|
|
"type": "simple",
|
|
"operand": "process.path",
|
|
"sensitive": false,
|
|
"data": "/usr/bin/postgres",
|
|
"list": null
|
|
}
|
|
]
|
|
}
|
|
} |