This file is indexed.

/etc/lisp-config.lisp is in common-lisp-controller 7.10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
(in-package :common-lisp-user)

(eval-when (:compile-toplevel :load-toplevel :execute)
 (when (find-package :common-lisp-controller)
   ;; let's avoid loading this in the installation
   (load "/var/lib/common-lisp-controller/lisp-config.lisp")))