diff options
| author | Paul Eggert | 2018-12-06 11:07:18 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-12-06 11:07:47 -0800 |
| commit | b1d7f19ae785ce7fa609bc57432d01cc23a3d49a (patch) | |
| tree | 5a2a0c2c5bd171457b3668992d4dae2d5d38924c /etc | |
| parent | 46b810081165fecae5086b71fafdb3eb19c30df5 (diff) | |
| download | emacs-b1d7f19ae785ce7fa609bc57432d01cc23a3d49a.tar.gz emacs-b1d7f19ae785ce7fa609bc57432d01cc23a3d49a.zip | |
Mention unsetting XDG_RUNTIME_DIR in doc.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -133,6 +133,8 @@ to apply. | |||
| 133 | as the directory for client/server sockets, if Emacs is running | 133 | as the directory for client/server sockets, if Emacs is running |
| 134 | under an X Window System desktop that sets the XDG_RUNTIME_DIR | 134 | under an X Window System desktop that sets the XDG_RUNTIME_DIR |
| 135 | environment variable to indicate where session sockets should go. | 135 | environment variable to indicate where session sockets should go. |
| 136 | To get the old and less-secure behavior, unset XDG_RUNTIME_DIR before | ||
| 137 | invoking emacs and emacsclient. | ||
| 136 | 138 | ||
| 137 | --- | 139 | --- |
| 138 | *** When run by root, emacsclient no longer connects to non-root sockets. | 140 | *** When run by root, emacsclient no longer connects to non-root sockets. |