On Mon, Feb 26, 2001 at 03:54:31PM +0100, Stefan Eilers wrote:
> Hi folks ! 
> 
> I am very unhappy to see that created files in the lyx temp directory
> (*.ps,*.dvi,*.tex,...) are readable to the whole world ! Thus, every
> person who is allowed to access this directory can read what I'am
> currently writing. And if lyx crashed without to clean the temp
> directory, everyone could read what I have written previously, too !

Here's your clean workaround:

Put this in a file (mylyx) and chmod +x it:

  #!/bin/sh
  #
  umask 077
  lyx ${1+"$@"}

Nothing else is necessary.

-- 
Kayvan A. Sylvan                   | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.            | Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory

Reply via email to