Add fix to avoid GLIBC crash
This commit is contained in:
parent
bc549d32ca
commit
8952c81610
@ -33,3 +33,10 @@ output.elasticsearch:
|
|||||||
#output.logstash.hosts: ["YOUR_LOGSTASH_SERVER_IP:5000"]
|
#output.logstash.hosts: ["YOUR_LOGSTASH_SERVER_IP:5000"]
|
||||||
|
|
||||||
logging.metrics.enabled: false
|
logging.metrics.enabled: false
|
||||||
|
|
||||||
|
seccomp:
|
||||||
|
default_action: allow
|
||||||
|
syscalls:
|
||||||
|
- action: allow
|
||||||
|
names:
|
||||||
|
- rseq
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user