]> git.eshelyaron.com Git - emacs.git/commit
Fix extended attributes for Tramp's sudoedit method (bug#49724)
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 25 Jul 2021 12:14:49 +0000 (14:14 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 25 Jul 2021 12:14:49 +0000 (14:14 +0200)
commit41e62df73af373f30a89281b25be0344b14cf98b
tree9ccc6470ce1d853f23bec0b1168af141745f1691
parentcb28b2e32bcd694e1684b5390a709057ffab5820
Fix extended attributes for Tramp's sudoedit method (bug#49724)

* lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-do-copy-or-rename-file):
Remove compat code for `{set-}file-extended-attributes'.
(tramp-sudoedit-handle-write-region): Handle extended attributes.
(Bug#49724)

* test/lisp/net/tramp-tests.el (tramp-test25-file-selinux):
Fix test for sudoedit method.
lisp/net/tramp-sh.el
lisp/net/tramp-sudoedit.el
test/lisp/net/tramp-tests.el