···1616which guarantees that security problems in ctags cannot escalate to
1717access to the indexing machine.
18181919+Ubuntu, Debian and Arch provide universal ctags with seccomp support
2020+compiled in. Zoekt expects the `universal-ctags` binary to be on
2121+`$PATH`. Note: only Ubuntu names the binary `universal-ctags`, while
2222+most distributions name it `ctags`.
2323+1924Use the following invocation to compile and install universal-ctags:
20252126```