mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-07-30 16:10:03 +00:00
Add opensnitch default rules
This commit is contained in:
parent
6373295730
commit
db7409b91b
37 changed files with 1151 additions and 0 deletions
31
root/etc/opensnitchd/rules/4-Time Synchronization.json
Normal file
31
root/etc/opensnitchd/rules/4-Time Synchronization.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"created": "2021-02-14T10:43:58.03246195+01:00",
|
||||
"updated": "2021-02-14T10:43:58.032565951+01:00",
|
||||
"name": "4-Time Synchronization",
|
||||
"enabled": true,
|
||||
"precedence": false,
|
||||
"action": "allow",
|
||||
"duration": "always",
|
||||
"operator": {
|
||||
"type": "list",
|
||||
"operand": "list",
|
||||
"sensitive": false,
|
||||
"data": "[{\"type\": \"simple\", \"operand\": \"protocol\", \"data\": \"udp\", \"sensitive\": false}, {\"type\": \"simple\", \"operand\": \"process.path\", \"data\": \"/usr/lib/systemd/systemd-timesyncd\", \"sensitive\": false}]",
|
||||
"list": [
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "protocol",
|
||||
"sensitive": false,
|
||||
"data": "udp",
|
||||
"list": null
|
||||
},
|
||||
{
|
||||
"type": "simple",
|
||||
"operand": "process.path",
|
||||
"sensitive": false,
|
||||
"data": "/usr/lib/systemd/systemd-timesyncd",
|
||||
"list": null
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue