dotfiles/root/etc/opensnitchd/rules/Firefox UDP.json

31 lines
866 B
JSON
Raw Normal View History

2021-02-14 11:47:13 +00:00
{
"created": "2021-02-13T23:47:47.99371662+01:00",
"updated": "2021-02-13T23:47:47.993816348+01:00",
"name": "Firefox 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/lib/firefox/firefox\", \"sensitive\": false}]",
"list": [
{
"type": "simple",
"operand": "protocol",
"sensitive": false,
"data": "udp",
"list": null
},
{
"type": "simple",
"operand": "process.path",
"sensitive": false,
"data": "/usr/lib/firefox/firefox",
"list": null
}
]
}
}