Actions
Bug #8532
closedtool/runruby.rb:70: warning: Insecure world writable dir /usr/local in PATH, mode 040777
Description
i've attached the full log
Files
Actions
Like0
Like0Like0Like0Like0Like0Like0
Added by zzak (zzak _) almost 12 years ago. Updated almost 12 years ago.
Description
i've attached the full log
Files
build.log.tar.gz (10.4 KB) build.log.tar.gz | zzak (zzak _), 06/16/2013 02:42 PM |
No log attached.
What does `ls -dl /usr/local' show?
drwxrwxrwx 21 root admin 714 Jun 14 00:00 /usr/local
re: attachment, try now!
Then it's an intended warning.
It's considered dangerous to include a world-writable directory or its descendent directory in PATH.
Why is the system-wide directory world-writable?
i have no idea, what should it be?
this was my fault (probably), thanks nobu for checking!
Remove write-bits:
sudo chmod go-w /usr/local
or make it sticky:
sudo chmod +t /usr/local