mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 12:30:43 +00:00
Update opensnitch rules
This commit is contained in:
parent
120b8be17e
commit
034fab33d4
62 changed files with 506 additions and 243 deletions
31
root/etc/opensnitchd/rules/4 - Git All.json
Normal file
31
root/etc/opensnitchd/rules/4 - Git All.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"created": "2021-03-26T14:53:18.08440206+01:00",
|
||||
"updated": "2021-03-26T14:53:18.084531091+01:00",
|
||||
"name": "4 - Git All",
|
||||
"enabled": true,
|
||||
"precedence": false,
|
||||
"action": "allow",
|
||||
"duration": "always",
|
||||
"operator": {
|
||||
"type": "list",
|
||||
"operand": "list",
|
||||
"sensitive": false,
|
||||
"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}]",
|
||||
"list": [
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "protocol",
|
||||
"sensitive": false,
|
||||
"data": "tcp",
|
||||
"list": null
|
||||
},
|
||||
{
|
||||
"type": "regexp",
|
||||
"operand": "process.path",
|
||||
"sensitive": false,
|
||||
"data": "(\\/usr\\/bin\\/git)|(\\/usr\\/lib\\/git-core\\/git-remote-https?)",
|
||||
"list": null
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue