Variable: tramp-smb-actions-set-acl

tramp-smb-actions-set-acl is a variable defined in tramp-smb.el.gz.

Value

((tramp-password-prompt-regexp tramp-action-password)
 (tramp-wrong-passwd-regexp tramp-action-permission-denied)
 (tramp-smb-errors tramp-action-permission-denied)
 (tramp-process-alive-regexp tramp-smb-action-set-acl))

Documentation

List of pattern/action pairs.

This list is used for smbcacls actions.

See tramp-actions-before-shell for more info.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-smb.el.gz
(defconst tramp-smb-actions-set-acl
  '((tramp-password-prompt-regexp tramp-action-password)
    (tramp-wrong-passwd-regexp tramp-action-permission-denied)
    (tramp-smb-errors tramp-action-permission-denied)
    (tramp-process-alive-regexp tramp-smb-action-set-acl))
  "List of pattern/action pairs.
This list is used for smbcacls actions.

See `tramp-actions-before-shell' for more info.")