dotfiles/root/etc/opensnitchd/rules/4 - Git All.json

31 lines
964 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-26T14:53:18.08440206+01:00",
"updated": "2021-03-26T14:53:18.084531091+01:00",
"name": "4 - Git All",
2021-02-14 11:47:13 +00:00
"enabled": true,
"precedence": false,
"action": "allow",
"duration": "always",
"operator": {
"type": "list",
"operand": "list",
"sensitive": false,
2021-03-09 20:43:29 +00:00
"data": "[{\"type\": \"simple\", \"operand\": \"protocol\", \"data\": \"tcp\", \"sensitive\": false}, {\"type\": \"regexp\", \"operand\": \"process.path\", \"data\": \"(\\\\/usr\\\\/bin\\\\/git)|(\\\\/usr\\\\/lib\\\\/git-core\\\\/git-remote-https?)\", \"sensitive\": false}]",
2021-02-14 11:47:13 +00:00
"list": [
{
"type": "simple",
"operand": "protocol",
"sensitive": false,
"data": "tcp",
"list": null
},
{
"type": "regexp",
"operand": "process.path",
"sensitive": false,
2021-03-09 20:43:29 +00:00
"data": "(\\/usr\\/bin\\/git)|(\\/usr\\/lib\\/git-core\\/git-remote-https?)",
2021-02-14 11:47:13 +00:00
"list": null
}
]
}
}