mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo. |
||
---|---|---|
.. | ||
Makefile | ||
README.md | ||
zeromq-cluster.mermaid | ||
zeromq-cluster.png | ||
zeromq-logging.mermaid | ||
zeromq-logging.png | ||
zeromq-pubsub.mermaid | ||
zeromq-pubsub.png |
Install mermaid-cli
npm install @mermaid-js/mermaid-cli
Apparmor Errors
If running mmdc
fails under Linux (e.g. with Ubuntu 24.04) with apparmor
errors about userns_create
in the demsg
output, put the following into
/etc/apparmor.d/chrome-headless
# This profile allows everything and only exists to give the
# application a name instead of having the label "unconfined"
abi <abi/4.0>,
include <tunables/global>
profile chrome /home/awelzel/.cache/puppeteer/**/chrome-headless-shell flags=(unconfined) {
userns,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/chrome>
}