mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 12:30:43 +00:00
Update opensnitch rules
This commit is contained in:
parent
5086c42d22
commit
9f688a0ebf
14 changed files with 317 additions and 6 deletions
38
root/etc/opensnitchd/rules/4 - Flatpak.json
Normal file
38
root/etc/opensnitchd/rules/4 - Flatpak.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"created": "2021-04-01T03:02:23.608460294+02:00",
|
||||
"updated": "2021-04-01T03:02:23.608585046+02:00",
|
||||
"name": "4 - Flatpak",
|
||||
"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/flatpak\", \"sensitive\": false}, {\"type\": \"regexp\", \"operand\": \"dest.port\", \"data\": \"^(80|443)$\", \"sensitive\": false}]",
|
||||
"list": [
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "protocol",
|
||||
"sensitive": false,
|
||||
"data": "tcp",
|
||||
"list": null
|
||||
},
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "process.path",
|
||||
"sensitive": false,
|
||||
"data": "/usr/bin/flatpak",
|
||||
"list": null
|
||||
},
|
||||
{
|
||||
"type": "regexp",
|
||||
"operand": "dest.port",
|
||||
"sensitive": false,
|
||||
"data": "^(80|443)$",
|
||||
"list": null
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue