all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: emacs-devel@gnu.org
Subject: Re: Closing a privilege escalation
Date: Wed, 25 Apr 2018 10:55:06 -0700	[thread overview]
Message-ID: <89c57a05-b767-23d7-d81f-ee0f1c38c9c2@cs.ucla.edu> (raw)
In-Reply-To: <jwvzi1rdxxx.fsf-monnier+gmane.emacs.devel@gnu.org>

On 04/25/2018 10:09 AM, Stefan Monnier wrote:
> $HOME should point to a directory which is only writable
> by users of higher-or-equal privilege-level.

It's not just $HOME, though, right? It's also EMACSLOADPATH, EMACSPATH, 
ESHELL, HISTFILE, or anything else specifying where Emacs should get 
code or data from or send information to. (Oh, and don't forget my 
favorite environment variable TZ. :-) If Emacs is serious about not 
trusting sudo, then every file and directory specified by any of these 
would need to be vetted.

Also, to be safe shouldn't Emacs check ownership and permissions not 
only of each file and directory, but also of all those files' ancestors? 
For example, it won't help that /home/whatever is owned by root, if 
/home itself is owned by baduser.

And suppose the user is 'eggert' and the directory 
/usr/share/emacs/site-lisp (or whatever) is owned by user 'bin' - in 
that case, how should Emacs determine that 'bin' is a user of 
"higher-or-equal privilege level"?

We do have to be careful of mission creep here. Emacs is supposed to be 
a user-level application and setup security is supposed to be sudo's job.




  parent reply	other threads:[~2018-04-25 17:55 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-25  1:09 Closing a privilege escalation Richard Stallman
2018-04-25  1:18 ` Noam Postavsky
2018-04-25 22:40   ` Richard Stallman
2018-04-25  1:29 ` Lars Ingebrigtsen
2018-04-25 22:40   ` Richard Stallman
2018-04-26  7:20     ` Lars Ingebrigtsen
2018-04-26  7:52       ` Lars Ingebrigtsen
2018-04-26 21:05       ` Richard Stallman
2018-04-26 21:26         ` Tim Cross
2018-04-27 15:57           ` Richard Stallman
2018-04-27  9:50         ` Marcin Borkowski
2018-04-27 14:29           ` Clément Pit-Claudel
2018-04-25 15:25 ` Davis Herring
2018-04-25 16:47 ` Glenn Morris
2018-04-25 17:09   ` Stefan Monnier
2018-04-25 17:12     ` Stefan Monnier
2018-04-25 17:55     ` Paul Eggert [this message]
2018-04-26 21:01     ` Richard Stallman
2018-04-25 17:10   ` Søren Pilgård

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=89c57a05-b767-23d7-d81f-ee0f1c38c9c2@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.