]> git.eshelyaron.com Git - emacs.git/commit
Set file modes of pinentry socket for extra safety
authorDaiki Ueno <ueno@gnu.org>
Mon, 22 Feb 2016 02:28:11 +0000 (11:28 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 22 Feb 2016 02:49:19 +0000 (11:49 +0900)
commit29757844e578706b23baaf361336629a8f10ed15
treeb5abb305f8fe7919f569754b2e6d668dc870acc3
parent2667b3ebaee4c7d136e8320d859c7385c7ff88e5
Set file modes of pinentry socket for extra safety

* lisp/net/pinentry.el: Require 'cl-lib for `cl-letf'.
(pinentry-start): Change the file modes of the socket file to 0700.
This is just for extra safety since the parent directory is already
protected with `server-ensure-safe-dir'.
lisp/net/pinentry.el