Variable: tramp-smb-actions-get-acl
tramp-smb-actions-get-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-get-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-get-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-get-acl))
"List of pattern/action pairs.
This list is used for smbcacls actions.
See `tramp-actions-before-shell' for more info.")