Function: tramp-remote-acl-p
tramp-remote-acl-p is a byte-compiled function defined in
tramp-sh.el.gz.
Signature
(tramp-remote-acl-p VEC)
Documentation
Check, whether ACL is enabled on the remote host.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
(defun tramp-remote-acl-p (vec)
"Check, whether ACL is enabled on the remote host."
(with-tramp-connection-property (tramp-get-process vec) "acl-p"
(tramp-send-command-and-check vec "getfacl /")))