System Variable Entry: CLAUTOLISPIMPLICITLYTRUSTEDFOLDERPATHS

← Prev | ↑ Chapter | Next → | Index | Symbols

System Variable Entry: CLAUTOLISPIMPLICITLYTRUSTEDFOLDERPATHS

Name

CLAUTOLISPIMPLICITLYTRUSTEDFOLDERPATHS

Type

string

Default

"$XDG_DATA_HOME/autolisp/...;$PREFIX/share/autolisp/..." (with the current-directory subtree $(pwd)/... prepended under the :clautolisp dialect), substituted to absolute paths at launch.

Read-Only

no

Scope

session

Description

clautolisp-only. Folders that are implicitly trusted in addition to TRUSTEDPATHS when the trust gate decides whether a file may be loaded or opened. Same syntax as TRUSTEDPATHS, including the \... / /... subfolder-recursion marker. $XDG_DATA_HOME falls back to $HOME/.local/share; $PREFIX comes from CLAUTOLISP_PREFIX and is omitted when unset.

Read/Written By

  • load
  • open
  • findtrustedfile
  • findfile

Compatibility

clautolisp extension; absent on AutoCAD and BricsCAD (which derive implicit trust from the install tree and registry). Honoured only under the :clautolisp dialect. Seedable from the environment variable of the same name (precedence setvar > env > default).

Source Notes

  • No vendor reference. Specified by clautolisp/documentation/clautolisp-secureload-trust-model-spec.org; implemented 1.2.16 / 1.2.17.