]> git.eshelyaron.com Git - emacs.git/commit
Fix symlinks in tramp-sshfs.el (Bug#54130)
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 24 Feb 2022 15:11:01 +0000 (16:11 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 24 Feb 2022 15:11:01 +0000 (16:11 +0100)
commit2db149539bc7f9720856f1d17f0e7fa9bf735ea1
tree0690c619290b69dc8b7d45f1b2b1b697556a1a90
parent94e59f80b758ed3e3ff083d44a843273342ec054
Fix symlinks in tramp-sshfs.el  (Bug#54130)

* lisp/net/tramp-sshfs.el (tramp-methods) <sshfs>:
Add "-o transform_symlinks" to `tramp-mount-args'.
(tramp-sshfs-file-name-handler-alist):
Use `tramp-sshfs-handle-file-writable-p'.
(tramp-sshfs-handle-file-writable-p): New defun.  (Bug#54130)

* test/lisp/net/tramp-tests.el (tramp-test18-file-attributes)
(tramp-test20-file-modes): Adapt tests.
lisp/net/tramp-sshfs.el
test/lisp/net/tramp-tests.el