dotfiles/root/etc/opensnitchd/rules/Spotify 1 - needed.json

31 lines
1 KiB
JSON
Raw Normal View History

2021-03-01 19:22:49 +00:00
{
2021-03-09 20:43:29 +00:00
"created": "2021-03-09T20:20:26.84640618+01:00",
"updated": "2021-03-09T20:20:26.84654111+01:00",
2021-03-01 19:22:49 +00:00
"name": "Spotify 1 - needed",
"enabled": true,
"precedence": true,
"action": "allow",
"duration": "always",
"operator": {
"type": "list",
"operand": "list",
"sensitive": false,
2021-03-09 20:43:29 +00:00
"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}]",
2021-03-01 19:22:49 +00:00
"list": [
{
"type": "simple",
"operand": "process.path",
"sensitive": false,
"data": "/opt/spotify/spotify",
"list": null
},
{
"type": "regexp",
"operand": "dest.host",
"sensitive": false,
2021-03-09 20:43:29 +00:00
"data": "^(.*\\.?spotify\\.com)|(audio.+spotify.+\\.akamaized\\.net)|(.*\\.?scdn\\.co)$",
2021-03-01 19:22:49 +00:00
"list": null
}
]
}
}