mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-07-30 16:10:03 +00:00
Update opensnitch rules
This commit is contained in:
parent
7ad79a9d3e
commit
0a7f09dabe
37 changed files with 194 additions and 422 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"created": "2021-03-01T20:04:39.570767993+01:00",
|
||||
"updated": "2021-03-01T20:04:39.570848018+01:00",
|
||||
"created": "2021-03-09T20:20:26.84640618+01:00",
|
||||
"updated": "2021-03-09T20:20:26.84654111+01:00",
|
||||
"name": "Spotify 1 - needed",
|
||||
"enabled": true,
|
||||
"precedence": true,
|
||||
|
@ -10,7 +10,7 @@
|
|||
"type": "list",
|
||||
"operand": "list",
|
||||
"sensitive": false,
|
||||
"data": "[{\"type\": \"simple\", \"operand\": \"process.path\", \"data\": \"/opt/spotify/spotify\", \"sensitive\": false}, {\"type\": \"regexp\", \"operand\": \"dest.host\", \"data\": \"(.*\\\\.?spotify\\\\.com)|(audio.+spotify.+\\\\.akamaized\\\\.net)|(.*\\\\.?scdn\\\\.co)\", \"sensitive\": false}]",
|
||||
"data": "[{\"type\": \"simple\", \"operand\": \"process.path\", \"data\": \"/opt/spotify/spotify\", \"sensitive\": false}, {\"type\": \"regexp\", \"operand\": \"dest.host\", \"data\": \"^(.*\\\\.?spotify\\\\.com)|(audio.+spotify.+\\\\.akamaized\\\\.net)|(.*\\\\.?scdn\\\\.co)$\", \"sensitive\": false}]",
|
||||
"list": [
|
||||
{
|
||||
"type": "simple",
|
||||
|
@ -23,7 +23,7 @@
|
|||
"type": "regexp",
|
||||
"operand": "dest.host",
|
||||
"sensitive": false,
|
||||
"data": "(.*\\.?spotify\\.com)|(audio.+spotify.+\\.akamaized\\.net)|(.*\\.?scdn\\.co)",
|
||||
"data": "^(.*\\.?spotify\\.com)|(audio.+spotify.+\\.akamaized\\.net)|(.*\\.?scdn\\.co)$",
|
||||
"list": null
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue