Update opensnitch rules

This commit is contained in:
ItsDrike 2021-03-09 21:43:29 +01:00
parent 7ad79a9d3e
commit 0a7f09dabe
No known key found for this signature in database
GPG key ID: 252D306F545351FC
37 changed files with 194 additions and 422 deletions

View file

@ -0,0 +1,38 @@
{
"created": "2021-03-01T21:16:57.02241505+01:00",
"updated": "2021-03-01T21:16:57.022570136+01:00",
"name": "7 - Yay (AUR) HTTPS",
"enabled": true,
"precedence": false,
"action": "allow",
"duration": "always",
"operator": {
"type": "list",
"operand": "list",
"sensitive": false,
"data": "[{\"type\": \"simple\", \"operand\": \"protocol\", \"data\": \"tcp\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"process.path\", \"data\": \"/usr/bin/yay\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"dest.port\", \"data\": \"443\", \"sensitive\": false}]",
"list": [
{
"type": "simple",
"operand": "protocol",
"sensitive": false,
"data": "tcp",
"list": null
},
{
"type": "simple",
"operand": "process.path",
"sensitive": false,
"data": "/usr/bin/yay",
"list": null
},
{
"type": "simple",
"operand": "dest.port",
"sensitive": false,
"data": "443",
"list": null
}
]
}
}