]> git.eshelyaron.com Git - emacs.git/commit
Fix subprocess creation in directories managed by tramp-androidsu
authorPo Lu <luangruo@yahoo.com>
Thu, 29 Feb 2024 02:59:09 +0000 (10:59 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 2 Mar 2024 06:30:07 +0000 (07:30 +0100)
commit5ac3b25585b6f0edf363186083b638c6bb7e7b0c
tree935e10d5107686c04644fbad19bf8e385916e75a
parentf47fb4e7ec0456e90b7b5367a2063096904881d5
Fix subprocess creation in directories managed by tramp-androidsu

* lisp/net/tramp-androidsu.el
(tramp-androidsu-maybe-open-connection): Set connection property
remote-namespace to t or nil subject to whether su runs in the
global mount namespace.
(tramp-androidsu-adb-handle-make-process): Delete function.
(tramp-androidsu-make-process): New function.
(tramp-androidsu-file-name-handler-alist): Switch to
tramp-androidsu-make-process.

(cherry picked from commit 15ed441fd53ddb476a2a21c8717697a74cf094e1)
lisp/net/tramp-androidsu.el