On Mon, 15 Feb 2010, Dan Armbrust wrote:

> On Mon, Feb 15, 2010 at 9:28 AM, Mike Miller <mbmiller+l at gmail.com> wrote:
>
>> Thanks, Dan.  I guess you mean that this is a kind of security/privacy 
>> issue, right?  What permissions does it give to that file?  Does this 
>> mean that someone could, conceivably, copy your Okular text file, 
>> download the same PDF and then see how you filled it in?
>
> Well, it's inside your user directory.  So it has whatever protections 
> that provides.

Plus whatever protections the file permissions provide.  If a directory is 
755 but a file in it is 600, that's better protection than if the file is 
644.  If they made the file 644 in a directory that is 755, that would be 
especially reckless, so I was wondering about that.  If they made the file 
600, that would suggest that they see the problem, but they think the file 
permission is enough to deal with it.

Mike