You need to join this project to post message / question. See Help for details.
FreeBSD 8.0: patch for "local r00t 0day"
Ref.: http://viettug.org/news/show/141
Patch:
$ cd /usr/src/libexec/rtld-elf $ wget http://people.freebsd.org/~cperciva/rtld.patch $ patch -p0 < rtld.patch $ make $ make install
update: from FreeBSD team: make obj && make depend && make && make install
Comments