Tijs Mallaerts <tijs.mallae...@gmail.com> writes: Hi Tijs,
> Is it possible to configure tramp so it becomes possible to edit files > that are set up with ACL permissions? Currently when trying to save > such a file the following error is shown: > > tramp-error: Error while changing file’s mode Tramp doesn't do something special wrt ACLs. Emacs has the functions file-acl and set-file-acl, and Tramp provides an own implementation for them in some of its backends (tramp-sh.el, tramp-smb.el, tramp-sudoedit.el). Tramp doesn't call these functions itself. How they are used is out of Tramp control. Should Tramp care about? How does the error look like in detail? Could you, pls, set tramp-verbose to 6, run your test, and show the resulting Tramp debug buffer? > Thank you! > Tijs Best regards, Michael.