hardened malloc. networking + firewall. json based config.
This commit is contained in:
40
config/settings/opensnitch/rules/allow-always-list-usr-sbin-chronyd-123.json
Executable file
40
config/settings/opensnitch/rules/allow-always-list-usr-sbin-chronyd-123.json
Executable file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"created": "2026-01-28T11:09:37-07:00",
|
||||
"updated": "2026-01-28T11:09:37-07:00",
|
||||
"name": "allow-always-list-usr-sbin-chronyd-123",
|
||||
"description": "",
|
||||
"action": "allow",
|
||||
"duration": "always",
|
||||
"operator": {
|
||||
"operand": "list",
|
||||
"data": "",
|
||||
"type": "list",
|
||||
"list": [
|
||||
{
|
||||
"operand": "dest.port",
|
||||
"data": "123",
|
||||
"type": "simple",
|
||||
"list": null,
|
||||
"sensitive": false
|
||||
},
|
||||
{
|
||||
"operand": "user.id",
|
||||
"data": "102",
|
||||
"type": "simple",
|
||||
"list": null,
|
||||
"sensitive": false
|
||||
},
|
||||
{
|
||||
"operand": "process.path",
|
||||
"data": "/usr/sbin/chronyd",
|
||||
"type": "simple",
|
||||
"list": null,
|
||||
"sensitive": false
|
||||
}
|
||||
],
|
||||
"sensitive": false
|
||||
},
|
||||
"enabled": true,
|
||||
"precedence": false,
|
||||
"nolog": false
|
||||
}
|
||||
Reference in New Issue
Block a user