mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 04:20:43 +00:00
Update opensnitch rules
This commit is contained in:
parent
120b8be17e
commit
034fab33d4
62 changed files with 506 additions and 243 deletions
38
root/etc/opensnitchd/rules/6 - Zoom 1: needed.json
Normal file
38
root/etc/opensnitchd/rules/6 - Zoom 1: needed.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"created": "2021-03-26T15:07:34.123428308+01:00",
|
||||
"updated": "2021-03-26T15:07:34.123557306+01:00",
|
||||
"name": "6 - Zoom 1: needed",
|
||||
"enabled": true,
|
||||
"precedence": true,
|
||||
"action": "allow",
|
||||
"duration": "always",
|
||||
"operator": {
|
||||
"type": "list",
|
||||
"operand": "list",
|
||||
"sensitive": false,
|
||||
"data": "[{\"type\": \"simple\", \"operand\": \"process.path\", \"data\": \"/opt/zoom/zoom\", \"sensitive\": false}, {\"type\": \"regexp\", \"operand\": \"dest.port\", \"data\": \"^(8801|443)$\", \"sensitive\": false}, {\"type\": \"regexp\", \"operand\": \"dest.host\", \"data\": \".*\\\\.zoom\\\\.us\", \"sensitive\": false}]",
|
||||
"list": [
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "process.path",
|
||||
"sensitive": false,
|
||||
"data": "/opt/zoom/zoom",
|
||||
"list": null
|
||||
},
|
||||
{
|
||||
"type": "regexp",
|
||||
"operand": "dest.port",
|
||||
"sensitive": false,
|
||||
"data": "^(8801|443)$",
|
||||
"list": null
|
||||
},
|
||||
{
|
||||
"type": "regexp",
|
||||
"operand": "dest.host",
|
||||
"sensitive": false,
|
||||
"data": ".*\\.zoom\\.us",
|
||||
"list": null
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue