Variable: tramp-crypt-encfsctl-program

tramp-crypt-encfsctl-program is a customizable variable defined in tramp-crypt.el.gz.

Value

"encfsctl"

Documentation

Name of the encfsctl program.

This variable was added, or its default value changed, in Emacs 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-crypt.el.gz
(defcustom tramp-crypt-encfsctl-program "encfsctl"
  "Name of the encfsctl program."
  :group 'tramp
  :version "28.1"
  :type 'string
  :link '(info-link :tag "Tramp manual" "(tramp) Keeping files encrypted"))