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
- Security problem im temp directory. Stefan Eilers
- Re: Security problem im temp directory. John Levon
- Re: Security problem im temp directory. Juergen Vigna
- Re: Security problem im temp directory. Kayvan A. Sylvan
- Re: Security problem im temp directory. Stefan Eilers
- Re: Security problem im temp directory. Dekel Tsur
- Re: Security problem im temp directo... Jean-Marc Lasgouttes
- Re: Security problem im temp directory. John Levon
- Re: Security problem im temp directo... Stefan Eilers
- Re: Security problem im temp di... Andre Poenitz
- Re: Security problem im tem... Lars Gullik Bj�nnes
- Re: Security problem im... Andre Poenitz
- Re: Security problem im temp directory. Kayvan A. Sylvan
- Re: Security problem im temp directo... John Levon
