emacs-devel
[Top][All Lists]
Advanced

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

doc-view cache file permissions


From: Glenn Morris
Subject: doc-view cache file permissions
Date: Tue, 30 Oct 2007 14:50:46 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

doc-view creates world-readable image files in /tmp from private
documents:

chmod 600 foo.pdf
emacs -Q foo.pdf

-> /tmp/doc-view/foo.pdf-MD5/page-1.png is world-readable

Is there any reason to not just make the top-level cache directory
private?


Also, it seems to use `concat' to make a lot of file names, when
something like `expand-file-name' would probably be better.




reply via email to

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