Skip to content

Commit 0fc3d6c

Browse files
monoidicsebix
authored andcommitted
DOC: document PR#2417
1 parent daac2d0 commit 0fc3d6c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
#### Parsers
5555

5656
#### 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.
5760

5861
#### Outputs
5962
- `intelmq.bots.outputs.stomp.output` (PR#2408 by Jan Kaliszewski):

docs/user/bots.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,14 @@ used. Requires the [tornado](https://pypi.org/project/tornado/) library.
259259

260260
(optional, string) Location of the socket. Defaults to `/tmp/imq_api_default_socket`.
261261

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+
262270
---
263271

264272
### Generic URL Fetcher <div id="intelmq.bots.collectors.http.collector_http" />

0 commit comments

Comments
 (0)