using libparanoia

From: Jimmy Scott (admin_at_inet-solutions.be)
Date: 02/05/04

  • Next message: Vern Paxson: "Re: BSD-licensed IDS/IDP Software?"
    Date: Thu, 5 Feb 2004 08:33:21 +0100 (CET)
    To: freebsd-security@freebsd.org
    
    

    Hi there,

    I was looking for stack smashing protection under freebsd,
    so i found libparanoia (/usr/ports/security/libparanoia), i had only one
    question using the normal 'make install' (so no copy-to-libc).

    If i add in /ert/make.conf:
    CFLAGS= -O -pipe -lparanoia -L/usr/local/lib
    COPTFLAGS= -O -pipe -lparanoia -L/usr/local/lib

    Will EVERYTHING build from that time (including kernel/userland/ports),
    be protected by libparanoia? if not, what will be?

    Because when using copy-to-libc i guess i have to reinstall the port every
    time i cvsup src-all + i do not build ports on any production server and
    'make package' does not include the copy-to-libc procedure.

    Greetz,

    Jimmy Scott

    _______________________________________________
    freebsd-security@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-security
    To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"


  • Next message: Vern Paxson: "Re: BSD-licensed IDS/IDP Software?"