mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 13:14:35 +00:00
Update opensnitch rules
This commit is contained in:
parent
75c3df4ea8
commit
5e62cd2b7f
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"created": "2021-02-14T12:27:14.331641433+01:00",
|
||||
"updated": "2021-02-14T12:27:14.331679703+01:00",
|
||||
"created": "2021-02-14T17:48:04.098124196+01:00",
|
||||
"updated": "2021-02-14T17:48:04.098183755+01:00",
|
||||
"name": "1-Localhost (v6)",
|
||||
"enabled": true,
|
||||
"precedence": false,
|
||||
"action": "deny",
|
||||
"action": "allow",
|
||||
"duration": "always",
|
||||
"operator": {
|
||||
"type": "network",
|
||||
|
|
38
root/etc/opensnitchd/rules/Curl HTTP.json
Normal file
38
root/etc/opensnitchd/rules/Curl HTTP.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"created": "2021-02-14T17:46:54.292300015+01:00",
|
||||
"updated": "2021-02-14T17:46:54.292421976+01:00",
|
||||
"name": "Curl HTTP",
|
||||
"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\": \"simple\", \"operand\": \"process.path\", \"data\": \"/usr/bin/curl\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"dest.port\", \"data\": \"80\", \"sensitive\": false}]",
|
||||
"list": [
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "protocol",
|
||||
"sensitive": false,
|
||||
"data": "tcp",
|
||||
"list": null
|
||||
},
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "process.path",
|
||||
"sensitive": false,
|
||||
"data": "/usr/bin/curl",
|
||||
"list": null
|
||||
},
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "dest.port",
|
||||
"sensitive": false,
|
||||
"data": "80",
|
||||
"list": null
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
38
root/etc/opensnitchd/rules/Curl HTTPS.json
Normal file
38
root/etc/opensnitchd/rules/Curl HTTPS.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"created": "2021-02-14T17:47:02.764007397+01:00",
|
||||
"updated": "2021-02-14T17:47:02.764115564+01:00",
|
||||
"name": "Curl HTTPS",
|
||||
"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\": \"simple\", \"operand\": \"process.path\", \"data\": \"/usr/bin/curl\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"dest.port\", \"data\": \"443\", \"sensitive\": false}]",
|
||||
"list": [
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "protocol",
|
||||
"sensitive": false,
|
||||
"data": "tcp",
|
||||
"list": null
|
||||
},
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "process.path",
|
||||
"sensitive": false,
|
||||
"data": "/usr/bin/curl",
|
||||
"list": null
|
||||
},
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "dest.port",
|
||||
"sensitive": false,
|
||||
"data": "443",
|
||||
"list": null
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue