emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Questions about XDG_RUNTIME_DIR and server-socket-dir


From: Paul Eggert
Subject: Re: Questions about XDG_RUNTIME_DIR and server-socket-dir
Date: Sat, 2 Feb 2019 22:10:24 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Phil Sainty wrote:

I don't know about XDG_RUNTIME_DIR.  Does that get
used in ways that rely upon its path never changing?

XDG_RUNTIME_DIR is a per-user-login directory that is like TMPDIR except without some of the security problems of TMPDIR (e.g., an attacker can create a symlink in TMPDIR to some victim location). That is, XDG_RUNTIME_DIR is accessible only to you, whereas TMPDIR traditionally is world-accessible. Also, XDG_RUNTIME_DIR's lifetime is intended to be just while the user is logged in. For more, please see:

https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

I don't see the harm in changing it, if each new setting is intended to correspond to a different user login. That might be simpler than adding yet another environment variable.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]