dotfiles/root/etc/opensnitchd/rules/4-Time Synchronization.json

31 lines
897 B
JSON
Raw Normal View History

2021-02-14 11:47:13 +00:00
{
"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
}
]
}
}