dotfiles/root/etc/opensnitchd/rules/Exodus HTTPS.json

31 lines
858 B
JSON
Raw Normal View History

2021-02-14 11:47:13 +00:00
{
"created": "2021-02-14T11:54:55.161311241+01:00",
"updated": "2021-02-14T11:54:55.161438905+01:00",
"name": "Exodus HTTPS",
"enabled": true,
"precedence": false,
"action": "allow",
"duration": "always",
"operator": {
"type": "list",
"operand": "list",
"sensitive": false,
"data": "[{\"type\": \"simple\", \"operand\": \"process.path\", \"data\": \"/opt/exodus/Exodus\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"dest.port\", \"data\": \"443\", \"sensitive\": false}]",
"list": [
{
"type": "simple",
"operand": "process.path",
"sensitive": false,
"data": "/opt/exodus/Exodus",
"list": null
},
{
"type": "simple",
"operand": "dest.port",
"sensitive": false,
"data": "443",
"list": null
}
]
}
}