File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 54
54
#### Parsers
55
55
56
56
#### Experts
57
+ - ` intelmq.bots.experts.jinja ` (PR #2417 by Mikk Margus Möll):
58
+ - Add optional ` socket_perms ` and ` socket_group ` parameters to change
59
+ file permissions on socket file, if it is in use.
57
60
58
61
#### Outputs
59
62
- ` intelmq.bots.outputs.stomp.output ` (PR #2408 by Jan Kaliszewski):
Original file line number Diff line number Diff line change @@ -259,6 +259,14 @@ used. Requires the [tornado](https://pypi.org/project/tornado/) library.
259
259
260
260
(optional, string) Location of the socket. Defaults to ` /tmp/imq_api_default_socket ` .
261
261
262
+ ** ` socket_perms ` **
263
+
264
+ (optional, octal integer) Unix permissions to grant to the socket file. Default: ` 600 `
265
+
266
+ ** ` socket_group ` **
267
+
268
+ (optional, string) Name of group to change group ownership of socket file to.
269
+
262
270
---
263
271
264
272
### Generic URL Fetcher <div id =" intelmq.bots.collectors.http.collector_http " />
You can’t perform that action at this time.
0 commit comments