Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 24 Mar 2011 11:19:27 +0300
From: gremlin@...mlin.ru
To: owl-dev@...ts.openwall.com
Subject: absolute symlinks

Link		Points to		Should point to

/usr/tmp	/tmp			../tmp
/var/tmp	/tmp			../tmp
/dev/fd		/proc/self/fd		../proc/self/fd
/dev/core	/proc/kcore		../proc/kcore
/etc/rmt	/usr/libexec/rmt	../usr/libexec/rmt

The command I used for checking is:

find -P . -type l -exec ls -lFa {} \; | sed -e 's/   */ /g' | cut -d ' ' -f 8,10 | grep ' /'


-- 
Alexey V. Vissarionov aka Gremlin from Kremlin
<gremlin ПРИ gremlin ТЧК ru>
GPG key ID: 0xAB8CF595, keyserver: hkp://wwwkeys.eu.pgp.net

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.