Function: tramp-smb-remote-acl-p
tramp-smb-remote-acl-p is a byte-compiled function defined in
tramp-smb.el.gz.
Signature
(tramp-smb-remote-acl-p VEC)
Documentation
Check, whether ACL is enabled on the remote host.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-smb.el.gz
(defun tramp-smb-remote-acl-p (_vec)
"Check, whether ACL is enabled on the remote host."
(and (stringp tramp-smb-acl-program) (executable-find tramp-smb-acl-program)))