dotfiles/root/etc/opensnitchd/rules/7 - Google remote desktop host HTTPS.json

31 lines
966 B
JSON
Raw Normal View History

2021-02-14 11:47:13 +00:00
{
2021-03-26 14:12:08 +00:00
"created": "2021-03-26T15:08:48.779949158+01:00",
"updated": "2021-03-26T15:08:48.78007234+01:00",
"name": "7 - Google remote desktop host HTTPS",
"enabled": false,
2021-02-14 11:47:13 +00:00
"precedence": false,
"action": "allow",
"duration": "always",
"operator": {
"type": "list",
"operand": "list",
"sensitive": false,
2021-03-26 14:12:08 +00:00
"data": "[{\"type\": \"simple\", \"operand\": \"process.path\", \"data\": \"/opt/google/chrome-remote-desktop/chrome-remote-desktop-host\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"dest.port\", \"data\": \"443\", \"sensitive\": false}]",
2021-02-14 11:47:13 +00:00
"list": [
{
"type": "simple",
"operand": "process.path",
"sensitive": false,
2021-03-26 14:12:08 +00:00
"data": "/opt/google/chrome-remote-desktop/chrome-remote-desktop-host",
2021-02-14 11:47:13 +00:00
"list": null
},
{
"type": "simple",
"operand": "dest.port",
"sensitive": false,
"data": "443",
"list": null
}
]
}
}