diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2021-01-09 17:16:23 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2021-01-09 17:16:23 (GMT) |
commit | 1a434fb2a1ebe2634d3ba6a29c7add66c17e3e0b (patch) | |
tree | 8fa90efa86400ac358aff76f07f120bd66e1ac57 /doc | |
parent | 55a5d2a08f0b168059571cddf8d6d963318903a1 (diff) |
Looked for extra plugins from the CHRYSALIDE_PLUGINS_PATH environment variable.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chrysalide.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/chrysalide.1 b/doc/chrysalide.1 index 41fabc0..599c609 100644 --- a/doc/chrysalide.1 +++ b/doc/chrysalide.1 @@ -61,6 +61,14 @@ Location of Chrysalide Databases storing the configuration of each loaded binari .B $HOME/.config/chrysalide/servers/ Credentials used to share information about processed analysis. +.SH ENVIRONMENT VARIABLES + +.TP 8 +.B CHRYSALIDE_PLUGINS_PATH +A colon-separated list of directories to search for extra native plugins. The default directory will always be searched before browsing theses directories. + +The default directory depends on the installation configuration; it is \fIlibdir\fR/chrysalide-plugins, where \fIlibdir\fR is usually /usr/lib/. + .SH FEATURE REQUESTS AND BUG REPORTS Any bugs found should be reported to the online bug-tracking system @@ -75,4 +83,4 @@ When reporting bugs, it is important to include a reliable way to reproduce the bugs. .SH AUTHORS -Cyrille BAGARD. +Cyrille BAGARD |