Re: [gentoo-user] Security bugs in Gentoo ?

2003-10-27 Thread Sigurd Stordal
> -rw-rw-r--1 games 0 Oct 12 23:05 > /var/lib/games/gnotski.7.scores rw for user and group only read for all, should be OK > -rw-rw-rw-1 root 516 May 14 11:05 >/root/.mozilla/default/hoea5s71.slt/chrome/userContent.css This is the only one writeable by all, don't think

Re: [gentoo-user] Security bugs in Gentoo ?

2003-10-24 Thread Andrew Farmer
On Fri, 24 Oct 2003 14:36:28 -0700, SMS WebMaster muttered: > I have Gentoo 1.4 (updated) in my laptop and I executed the commands : > > /usr/bin/find / -type f \( -perm -2 -o -perm -20 \)-exec ls -lg {} > \; 2>/dev/null >writable.txt && > /usr/bin/find / -type d \( -perm -2 -o -perm -20 \)

[gentoo-user] Security bugs in Gentoo ?

2003-10-24 Thread SMS WebMaster
Hi I have Gentoo 1.4 (updated) in my laptop and I executed the commands : /usr/bin/find / -type f \( -perm -2 -o -perm -20 \)-exec ls -lg {} \; 2>/dev/null >writable.txt && /usr/bin/find / -type d \( -perm -2 -o -perm -20 \) -exec ls -ldg {} \; 2>/dev/null >>writable.txt && /usr/bin/find