mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 04:20:43 +00:00
Update opensnitch rules
This commit is contained in:
parent
5086c42d22
commit
9f688a0ebf
14 changed files with 317 additions and 6 deletions
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"created": "2021-04-07T07:30:07.18439781+02:00",
|
||||
"updated": "2021-04-07T07:30:07.184496636+02:00",
|
||||
"name": "3 - Resolver: Systemd Resolved (TCP DNS)",
|
||||
"enabled": true,
|
||||
"precedence": false,
|
||||
"action": "allow",
|
||||
"duration": "always",
|
||||
"operator": {
|
||||
"type": "list",
|
||||
"operand": "list",
|
||||
"sensitive": false,
|
||||
"data": "[{\"type\": \"simple\", \"operand\": \"process.path\", \"data\": \"/usr/lib/systemd/systemd-resolved\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"dest.port\", \"data\": \"853\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"dest.ip\", \"data\": \"116.202.176.26\", \"sensitive\": false}]",
|
||||
"list": [
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "process.path",
|
||||
"sensitive": false,
|
||||
"data": "/usr/lib/systemd/systemd-resolved",
|
||||
"list": null
|
||||
},
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "dest.port",
|
||||
"sensitive": false,
|
||||
"data": "853",
|
||||
"list": null
|
||||
},
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "dest.ip",
|
||||
"sensitive": false,
|
||||
"data": "116.202.176.26",
|
||||
"list": null
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue