Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2006 14:55:20 +0100
From:      Ashley Moran <work@ashleymoran.me.uk>
To:        freebsd-questions@freebsd.org
Cc:        Jonas Jacobsen <jonas@lintoo.dk>
Subject:   Re: Portupgrade & Ruby | warning: Insecure world
Message-ID:  <200604051455.20733.work@ashleymoran.me.uk>
In-Reply-To: <4433C86A.2060106@lintoo.dk>
References:  <4433C86A.2060106@lintoo.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 05 April 2006 14:38, Jonas Jacobsen wrote:
> When i use portupgrade, i get this Warning all the time
>
> /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:980: warning: Insecure
> world writable dir /tmp, mode 041777
>
> have any of you seen that warning before,? and do you know how to make
> it go away ?

Not seen it but check the ouput of 
$ ls -ld /tmp
(mode should be drwxrwxrwt)

Maybe it is drwxrwxrwx, in which case
# chmod o+t /tmp
will fix it.  Otherwise I'm not sure. 

Ashley



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604051455.20733.work>