Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 1998 22:24:24 +0200
From:      Mark Murray <mark@grondar.za>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        "Matthew N. Dodd" <winter@jurai.net>, Nate Williams <nate@mt.sri.com>, Peter Wemm <peter@netplex.com.au>, freebsd-security@FreeBSD.ORG
Subject:   Re: Static vs. dynamic linking (was Re: Using MD5 insted of DES ...) 
Message-ID:  <199804222024.WAA00701@greenpeace.grondar.za>

next in thread | raw e-mail | index | archive | help
Poul-Henning Kamp wrote:
> What about the root password prompt in /sbin/init ?
> 
> That is the only really troublesome case...

Of the very lively dialog that thas passsed on this subject the last 
couple of days, the most useable solution seems to be (in the case of 
apps in /(s)bin that may need alternative crypts) is to link them using 
the normal dynamic flags, except to force them to use the static 
libraries. This way will get a useable dlopen, and will allow the app to 
function as required, and will not break the rest of the world with a 
dynamic /(s)bin/*. The apps can then use a (say) cryptdes.so if it 
exists.

Is my summary OK?

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe security" in the body of the message



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