Add opensnitch default rules

This commit is contained in:
ItsDrike 2021-02-14 12:47:13 +01:00
parent 6373295730
commit db7409b91b
No known key found for this signature in database
GPG key ID: 252D306F545351FC
37 changed files with 1151 additions and 0 deletions

View file

@ -0,0 +1,31 @@
{
"created": "2021-02-14T00:18:54.11686162+01:00",
"updated": "2021-02-14T00:18:54.116932705+01:00",
"name": "Chromium 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/chromium/chromium\", \"sensitive\": false}]",
"list": [
{
"type": "simple",
"operand": "protocol",
"sensitive": false,
"data": "udp",
"list": null
},
{
"type": "simple",
"operand": "process.path",
"sensitive": false,
"data": "/usr/lib/chromium/chromium",
"list": null
}
]
}
}