GNU bug report logs - #49724
27.2; Tramp /sudoedit:: does not preserve file security context

Previous Next

Package: emacs;

Reported by: xenodasein <at> tutanota.de

Date: Sat, 24 Jul 2021 18:11:02 UTC

Severity: normal

Found in version 27.2

Fixed in version 28.1

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Albinus <michael.albinus <at> gmx.de>
To: xenodasein <at> tutanota.de
Cc: Eli Zaretskii <eliz <at> gnu.org>, 49724 <49724 <at> debbugs.gnu.org>
Subject: bug#49724: 27.2; Tramp /sudoedit:: does not preserve file security context
Date: Sun, 25 Jul 2021 22:14:46 +0200
xenodasein <at> tutanota.de writes:

Hi,

>> I see. As said, caching is disabled when "emacs -Q" is called. This is a
>> problem for the sudoedit method. Could you try instead
>>
>> emacs -Q --eval '(setq tramp-cache-read-persistent-data t)'
>
> That indeed worked. I also tried -q without the eval part and that works too, thanks for your help.
>
> There isn't much hint to side effects like this on the 'Emacs
> Invocation' part of emacs manual, is this explained in elisp manual
> maybe? What I found is "-Q’ Equivalent to ‘-q --no-site-file
> --no-splash’." and that it doesn't load 'default.el'.

The described emacs invocation is Tramp specific. I've added the hint
meanwhile to the Tramp manual, chapter "6 Reporting Bugs and
Problems". It reads now

--8<---------------cut here---------------start------------->8---
   To exclude cache-related problems, flush all caches before running
the test, *note Cleanup remote connections::.  Alternatively, and
often better for analysis, reproduce the problem in a clean Emacs
session started with ‘emacs -Q’.  Then, TRAMP does not load the
persistency file (*note Connection caching::), and it does not use
passwords from ‘auth-source.el’ (*note Password handling::).  If you
really need a password cache, for example for the ‘sudoedit’ method,
call

     emacs -Q -l tramp \
       --eval '(setq tramp-cache-read-persistent-data t)' \
       --eval '(tramp-cleanup-all-connections)'
--8<---------------cut here---------------end--------------->8---

Did you have a chance to test the patch, solving your sudoedit selinux
problem?

Best regards, Michael.




This bug report was last modified 3 years and 327 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.