1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/secure
Dimitry Andric 152e60f2fe Fix some leftover binaries and shared libraries in the system that still
have an executable stack, due to linking in hand-assembled .S or .s
files, that have no .GNU-stack sections:

RWX --- ---  /lib/libcrypto.so.6
RWX --- ---  /lib/libmd.so.5
RWX --- ---  /lib/libz.so.6
RWX --- ---  /lib/libzpool.so.2
RWX --- ---  /usr/lib/liblzma.so.5

These were found using scanelf, from the sysutils/pax-utils port.

Reviewed by:	kib
2011-02-15 22:03:09 +00:00
..
lib Fix some leftover binaries and shared libraries in the system that still 2011-02-15 22:03:09 +00:00
libexec Revert r204939 2010-03-10 11:33:15 +00:00
usr.bin Regenerate manual pages for OpenSSL 0.9.8q. 2010-12-03 23:07:45 +00:00
usr.sbin
Makefile
Makefile.inc