[OpenWrt-Devel] More bad RPATH

Etienne Champetier champetier.etienne at gmail.com
Mon Feb 9 07:57:28 EST 2015


Hi all,

To follow r44328 (https://dev.openwrt.org/browser/trunk?rev=44328)
(jow fix for cmake & RPATH)
I've launched a full build of ar71xx to check all bin/lib for bad RPATH

# cd ./staging_dir/target-mips_34kc_uClibc-0.9.33.2/root-ar71xx
# find . -type f | xargs -n1 -P24 file | grep ': ELF' | awk -F':' '{print
$1}' | xargs -n1 ./checksec.sh --file | grep -v 'STACK CANARY' >
checksec.txt
# awk '{print $NF}' checksec.txt > lib.txt
# awk '{print $NF}' checksec.txt | xargs -n1 readelf -a | grep RPATH | awk
-F'[' '{print "["$2}' > rpath.txt

you can merge libs.txt and rpath.txt with
# paste lib.txt rpath.txt

I will try to fix later
Also i think we should have a test that fail the build if there is builroot
path in the RPATH

Regards
Etienne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20150209/6993af6b/attachment.htm>
-------------- next part --------------
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./www/cgi-bin/livelog.cgi
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./www/cgi-bin/cachemgr.cgi
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./etc/l7-protocols/testing/randprintable
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./etc/l7-protocols/testing/randchars
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./etc/l7-protocols/testing/test_speed-userspace
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./etc/l7-protocols/testing/match_kernel
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./etc/l7-protocols/testing/test_speed-kernel
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/debootstrap/pkgdetails
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_hattrie
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_ztree
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_server
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_dnssec_zone_nsec
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_dnssec_sign
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_namedb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_dname
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_requestor
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_acl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_rrset_wire
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_journal
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_dnssec_keys
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_zone_update
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_edns
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_pkt
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_zone_events
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_descriptor
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_rdata
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_zone_timers
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_changeset
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_hhash
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/zscanner-tool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_node
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_base32hex
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_rrset
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_fdset
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_base64
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_worker_queue
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_worker_pool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_conf
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_dthreads
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_process_answer
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_query_module
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_rrl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_wire
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_rdataset
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_process_query
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_dnssec_nsec3
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tests/test_zonedb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/share/knot/tap/runtests
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/crtmpserver/applestreamingclient/libapplestreamingclient.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/crtmpserver/appselector/libappselector.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/crtmpserver/liblua.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/crtmpserver/libtinyxml.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/crtmpserver/admin/libadmin.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/crtmpserver/stresstest/libstresstest.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/crtmpserver/proxypublish/libproxypublish.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/crtmpserver/libthelib.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/crtmpserver/flvplayback/libflvplayback.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/crtmpserver/libcommon.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/crtmpserver/vptests/libvptests.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/crtmpserver/samplefactory/libsamplefactory.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_mdns.so.1.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libodbccr.so.2.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpostproc.so.53.3.100
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/liboss-util.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libftdi.so.1.20.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libebtc.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-null-sink.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libtiff.so.5.2.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-augment-properties.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-loopback.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-detect.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-raop-sink.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-role-ducking.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-default-device-restore.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-device-manager.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-virtual-surround-sink.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-pipe-sink.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-native-protocol-fd.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-card-restore.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-role-cork.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-match.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-http-protocol-tcp.so
Full RELRO      No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-simple-protocol-unix.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-sine-source.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-stream-restore.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-switch-on-connect.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-tunnel-source.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-cli.so
Full RELRO      No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-cli-protocol-unix.so
Full RELRO      No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-alsa-source.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-intended-roles.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-virtual-sink.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-null-source.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-esound-sink.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-cli-protocol-tcp.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-switch-on-port-available.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-pipe-source.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-native-protocol-tcp.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-echo-cancel.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-filter-apply.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-rtp-recv.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-esound-compat-spawnfd.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-sine.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-position-event-sounds.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-always-sink.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-mmkbd-evdev.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-ladspa-sink.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-volume-restore.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-oss.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-tunnel-source-new.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-simple-protocol-tcp.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-remap-source.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-rtp-send.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-rescue-streams.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-tunnel-sink.so
Full RELRO      No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-alsa-sink.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-native-protocol-unix.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-http-protocol-unix.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-alsa-card.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-suspend-on-idle.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-device-restore.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-esound-compat-spawnpid.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-remap-sink.so
Full RELRO      No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-combine.so
Full RELRO      No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-filter-heuristics.so
Full RELRO      No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-esound-protocol-unix.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-combine-sink.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-virtual-source.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-tunnel-sink-new.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/pulse-5.0/modules/module-esound-protocol-tcp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libdb_cxx-4.7.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libhidapi-libusb.so.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libatm.so.1.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/moc/decoder_plugins/libffmpeg_decoder.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/moc/decoder_plugins/libvorbis_decoder.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/moc/decoder_plugins/libmp3_decoder.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/moc/decoder_plugins/libaac_decoder.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/moc/decoder_plugins/libsndfile_decoder.so
Partial RELRO   Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/sudo/libsudo_util.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libwebcam.so.0.2.4
Partial RELRO   Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/sudo/group_file.so
Partial RELRO   No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/sudo/sudo_noexec.so
Partial RELRO   Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/sudo/system_group.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libisccc.so.90.0.6
Partial RELRO   Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/sudo/sudoers.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libpcrecpp.so.0.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libftdi1.so.2.2.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpython2.7.so.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsmm-local.so.3.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsensors.so.4
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/lxc/lxc-monitord
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libdsocks.so
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/lxc/lxc-user-nic
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libupnp.so.6.3.3
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_files-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_radutmp-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_chap-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_logintime-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_eap_ttls-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/libfreeradius-eap-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_expr-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_eap-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_eap_md5-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_realm-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_attr_rewrite-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_eap_gtc-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_expiration-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_mschap-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_sqlcounter-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_ldap-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_eap_peap-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/freeradius2/rlm_sql_mysql-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_pap-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_sql_log-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_eap_tls-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_attr_filter-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/freeradius2/libfreeradius-radius-020206.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_detail-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_exec-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_eap_mschapv2-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_preprocess-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/freeradius2/rlm_sql_sqlite-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_sql-2.2.6.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_always-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/freeradius2/rlm_passwd-2.2.6.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/freeradius2/rlm_sql_postgresql-2.2.6.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libevhtp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libasound.so.2.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/site-packages/PIL/_imaging.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/site-packages/PIL/_imagingmath.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/site-packages/PIL/_imagingft.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/site-packages/_mysql.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/site-packages/simplejson/_speedups.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_collections.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_lsprof.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/unicodedata.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/bz2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/datetime.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_multiprocessing.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_io.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/future_builtins.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/python2.7/lib-dynload/_bsddb.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/syslog.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_codecs_hk.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_sqlite3.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_random.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/strop.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/math.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/audioop.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_ssl.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/array.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_codecs_kr.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_codecs_jp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_bisect.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_locale.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/binascii.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/cmath.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/parser.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/mmap.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_curses.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_heapq.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_codecs_iso2022.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/cPickle.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/resource.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_hashlib.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/itertools.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/operator.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_socket.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_struct.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/fcntl.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/time.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_functools.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_hotshot.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/crypt.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/select.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/grp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/gdbm.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/pyexpat.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_codecs_tw.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_csv.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_curses_panel.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_ctypes_test.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/cStringIO.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_json.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_elementtree.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_codecs_cn.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/python2.7/lib-dynload/dbm.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/termios.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_ctypes.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/_multibytecodec.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python2.7/lib-dynload/spwd.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libstoken.so.1.3.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libprotobuf-lite.so.8.0.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libprotocol-esound.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libvpx.so.1.3.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libmount.so.1.1.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libespeak.so.1.1.48
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libnetsnmphelpers.so.15.1.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libbstring.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libipset.so.3.2.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstaudio-1.0.so.0.404.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libexpat.so.1.6.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libesmtp.so.6.1.6
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgd.so.3.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnmea.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libfcgi.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libisc.so.95.8.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libimobiledevice.so.5.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libncurses.so.5.9
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libelf.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libavahi-common.so.3.5.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libtheoradec.so.1.1.4
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmms.so.0.0.2
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libcom_err.so.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/tonedetect.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libxerces-c-3.1.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/rmanager.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/callgen.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/ysipchan.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/yiaxchan.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/javascript.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/conference.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/wavefile.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/ysockschan.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/regexroute.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/isaccodec.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/ilbccodec.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/jabber/jbfeatures.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/moh.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/jabber/jabberserver.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/gvoice.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/yjinglechan.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/cdrfile.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/mysqldb.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/yradius.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/sipfeatures.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/users.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/queuesnotify.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/sigtransport.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/pgsqldb.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/cpuload.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/register.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/dbwave.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/mrcpspeech.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/mgcpgw.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/lateroute.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/ysigchan.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/subscription.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/monitoring.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/regfile.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/accfile.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/eventlogs.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/ccongestion.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/pbxassist.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/mgcpca.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/analog.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/heartbeat.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/dbpbx.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/ciscosm.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/park.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/cache.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/queues.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/presence.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/callcounters.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/clustering.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/analogdetect.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/dumbchan.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/server/ysnmpagent.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/filetransfer.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/sip/sip_cnam_lnp.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/yrtpchan.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/callfork.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/cdrbuild.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/ilbcwebrtc.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/msgsniff.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/pbx.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/ystunchan.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/speexcodec.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/extmodule.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/mux.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/openssl.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/faxchan.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/analyzer.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/cdrcombine.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/zlibcompress.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/client/osschan.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/client/jabberclient.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/client/alsachan.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/enumroute.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/sig/isupmangler.yate
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/yate/tonegen.yate
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libcli.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libdaq.so.2.0.4
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsensors.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpanel.so.5.9
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libntfs-3g.so.85.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libacl.so.1.1.2253
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libportaudio.so.2.0.0
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/euc_cn_and_mic.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_euc_tw.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/dict_snowball.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_euc_cn.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_iso8859_1.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/cyrillic_and_mic.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/plpgsql.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_sjis2004.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_euc2004.so
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/postgresql/pgxs/src/test/regress/pg_regress
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/libpqwalreceiver.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/latin2_and_win1250.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_cyrillic.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_gbk.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_euc_jp.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_big5.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_gb18030.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/latin_and_mic.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_win.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/ascii_and_mic.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_johab.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_sjis.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/euc_tw_and_big5.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_euc_kr.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_iso8859.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/euc2004_sjis2004.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_ascii.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/euc_jp_and_sjis.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/euc_kr_and_mic.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/postgresql/utf8_and_uhc.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_p2pd.so.0.1.0
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_pgraph.so.1.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmpeg2convert.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libvorbisfile.so.3.3.6
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libdnet.so.1.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpcreposix.so.0.0.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libev.so.4.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liblwres.so.91.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liblzo2.so.2.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libcharset.so.1.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgpg-error.so.0.10.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsrtp.so.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libjson-c.so.2.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libhavege.so.1.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libdb-4.7.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libaprutil-1.so.0.5.4
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libroxml.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libjpeg.so.9.1.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/bmx6_config.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_pkttype.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_ip6.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_redirect.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_stp.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_nat.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_arpreply.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_nflog.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_standard.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_ip.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_log.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebtable_nat.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebtable_filter.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_among.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_802_3.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_mark.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebtable_broute.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_mark_m.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_arp.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_limit.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_vlan.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ebtables/libebt_ulog.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libevent_extra-2.0.so.5.1.10
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libdaemon.so.0.5.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/restund/modules/binding.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/restund/modules/mysql_ser.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/restund/modules/turn.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/restund/modules/syslog.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/restund/modules/status.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/restund/modules/auth.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/restund/modules/stat.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libbtrfs.so.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libodbcinst.so.2.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libavformat.so.56.15.102
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libyatejabber.so.5.4.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libvorbisidec.so.1.0.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgio-2.0.so.0.4303.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsmartcols.so.1.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libv4lconvert.so.0.0.0
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libavdevice.so.56.3.100
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libp11-kit.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ao/plugins-4/libalsa.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libixml.so.2.0.8
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ao/plugins-4/liboss.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_watchdog.so.0.1
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libtiffxx.so.5.2.0
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/valgrind/vgpreload_core-mips32-linux.so
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/valgrind/drd-mips32-linux
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/valgrind/none-mips32-linux
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/valgrind/vgpreload_memcheck-mips32-linux.so
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/valgrind/callgrind-mips32-linux
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/valgrind/massif-mips32-linux
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/valgrind/cachegrind-mips32-linux
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/valgrind/vgpreload_drd-mips32-linux.so
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/valgrind/memcheck-mips32-linux
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/valgrind/vgpreload_massif-mips32-linux.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/valgrind/vgpreload_helgrind-mips32-linux.so
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/valgrind/helgrind-mips32-linux
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnl-nf-3.so.200.16.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libupsclient.so.4.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libswscale.so.3.1.101
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libexslt.so.0.8.17
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libao.so.4.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liburcu-mb.so.2.0.0
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libasteriskssl.so.1
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_dyn_gw_plain.so.0.4
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libmicroxml.so.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libattr.so.1.1.2448
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libupnpp-0.9.0.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libicalss.so.0.48.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libyatemgcp.so.5.4.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/librtp.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libtdb.so.1.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libbfd-2.24.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/librtlsdr.so.0.5git
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_dyn_gw.so.0.5
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libfreecwmp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libartnet.so.1.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/pulseaudio/libpulsecommon-5.0.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libavfilter.so.5.2.103
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libsrdb1.so.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libkcore.so.1.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libsrutils.so.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libsrutils.so.1.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libser_cds.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libsrdb1.so.1.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libsrutils.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libtrie.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libkmi.so.1.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libkcore.so.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libbinrpc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_s/dispatcher.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_s/diversion.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libkcore.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libbinrpc.so.0.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libser_cds.so.0.1
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libprint.so.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libsrdb2.so.1.0
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/siputils.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/json.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/pua_bla.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/avpops.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/ldap.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/kex.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/imc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/exec.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/presence_mwi.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/regex.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/statistics.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/ipops.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/utils.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/auth_diameter.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/rr.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/path.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/sanity.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/usrloc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/auth.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/db_text.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/sst.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/acc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/stun.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/enum.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/msilo.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/sl.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/db_unixodbc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/ctl.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/debugger.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/auth_db.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/cnxcc.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/rtpproxy.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/htable.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/textops.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/xmlrpc.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/lcr.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/pdt.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/db_mysql.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/msrp.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/rtimer.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/uac_redirect.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/alias_db.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/pua.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/drouting.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/cfgutils.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/speeddial.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/domainpolicy.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/dialog_ng.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/mi_fifo.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/presence.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/rtpengine.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/qos.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/mediaproxy.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/tls.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/userblacklist.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/tm.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/registrar.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/siptrace.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/xmpp.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/cfg_db.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/tmx.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/sipcapture.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/ratelimit.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/xlog.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/corex.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/nathelper.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/pua_dialoginfo.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/mi_rpc.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/db_flatstore.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/domain.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/uri_db.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/maxfwd.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/rls.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/cfg_rpc.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/uac.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/presence_xml.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/pua_mi.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/db_postgres.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/pua_xmpp.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/benchmark.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/sqlops.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/dispatcher.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/group.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/diversion.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/dialplan.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/sms.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/db_sqlite.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/permissions.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/pike.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/pv.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/nat_traversal.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/xcap_client.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/presence_dialoginfo.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/dialog.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/h350.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/topoh.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules/pua_usrloc.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules/mi_datagram.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libser_cds.so.0
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libprint.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libsrdb1.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libsrdb2.so.1
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/siputils.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/pua_bla.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/imc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/ldap.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/kex.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/exec.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/presence_mwi.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/regex.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/statistics.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/auth_diameter.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/rr.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/path.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/usrloc.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/db_text.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/sst.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/acc.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/msilo.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/db_unixodbc.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/auth_db.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/htable.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/textops.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/pdt.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/rtimer.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/uac_redirect.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/alias_db.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/pua.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/drouting.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/cfgutils.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/speeddial.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/domainpolicy.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/mi_fifo.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/qos.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/presence.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/userblacklist.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/registrar.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/siptrace.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/xmpp.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/tmx.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/xlog.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/nathelper.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/pua_dialoginfo.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/domain.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/uri_db.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/rls.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/maxfwd.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/p_usrloc.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/uac.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/presence_xml.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/pua_mi.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/pua_xmpp.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/benchmark.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/sqlops.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/group.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/db_sqlite.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/permissions.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/pike.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/pv.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/nat_traversal.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/xcap_client.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/dialog.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/presence_dialoginfo.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/h350.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/modules_k/pua_usrloc.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/kamailio/modules_k/mi_datagram.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libbinrpc.so.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libtrie.so.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libkmi.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libsrdb2.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libkmi.so.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libtrie.so.1.0
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/kamailio/libprint.so.1.2
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstcontroller-1.0.so.0.404.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libknot.so.0.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/daq/daq_pcap.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libuclient.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/daq/daq_dump.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/daq/daq_ipfw.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/daq/daq_afpacket.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liburcu-common.so.2.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libasm.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstsdp-1.0.so.0.404.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpng12.so.0.52.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libconfuse.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libintl.so.8.1.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libcyassl.so.5.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmenu.so.5.9
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libtdb.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libmxml.so.1.5
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libraop.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libspandsp.so.2.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libyatesig.so.5.4.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsearpc.so.1.0.2
Full RELRO      No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libovsdb-2.3.1.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libfko.so.2.0.3
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libprotocol-http.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libform.so.5.9
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstriff-1.0.so.0.404.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libplds4.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgnutls.so.28.41.4
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstapp-1.0.so.0.404.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnspr4.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libidn.so.11.6.12
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpthsem.so.20.0.28
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libuvc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libldap-2.4.so.2.10.2
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libconfig.so.9.1.3
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_secure.so.0.6
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnettle.so.4.7
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libdbi.so.1.1.0
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/ruby/ruby2.2-bin
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/pty.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/psych.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/racc/cparse.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/digest.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/digest/md5.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/digest/rmd160.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/digest/bubblebabble.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/digest/sha1.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/digest/sha2.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/syslog.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/nkf.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/bigdecimal.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/euc_jp.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/shift_jis.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/gb18030.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_1.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_13.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_3.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_5.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/windows_31j.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/big5.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/utf_16be.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_6.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_7.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_4.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/utf_16le.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/koi8_r.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_8.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/cp949.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_9.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_2.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/emacs_mule.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_11.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/encdb.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/utf_32be.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_14.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/transdb.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/gb18030.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/emoji_sjis_kddi.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/escape.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/emoji.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/big5.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/utf8_mac.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/korean.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/emoji_iso2022_kddi.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/utf_16_32.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/japanese.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/gbk.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/japanese_sjis.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/emoji_sjis_softbank.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/single_byte.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/iso2022.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/chinese.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/emoji_sjis_docomo.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/gbk.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/trans/japanese_euc.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/gb2312.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/utf_32le.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/koi8_u.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_15.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_16.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/euc_tw.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/iso_8859_10.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/windows_1251.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/enc/euc_kr.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/ripper.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/strscan.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/coverage.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/stringio.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/fiddle.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/socket.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/readline.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/pathname.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/mathn/complex.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/mathn/rational.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/fiber.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/continuation.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/thread.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/openssl.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/objspace.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/json/ext/generator.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/json/ext/parser.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/fcntl.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/etc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/zlib.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/gdbm.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/io/nonblock.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/io/wait.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/io/console.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/sdbm.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/dbm.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/date_core.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ruby/2.2/mips-linux-gnu/rbconfig/sizeof.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmad.so.0.2.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libevent_extra-1.4.so.2.2.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libplist++.so.3.0.0
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_dot_draw.so.0.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libjansson.so.4.7.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/uams/uams_dhx2_passwd.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libtonezone.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/uams/uams_passwd.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/uams/uams_guest.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/uams/uams_randnum.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/uams/uams_dhx_passwd.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmagic.so.1.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liburcu.so.2.0.0
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libiptc.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libulockmgr.so.1.0.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/auloop.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/turn.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/v4l.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/g722.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/oss.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/stun.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/alsa.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/menu.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/uuid.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/speex.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/account.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/avformat.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/avcodec.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/ice.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/stdio.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/contact.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/g711.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/cons.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/v4l2.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/baresip/modules/evdev.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgmodule-2.0.so.0.4303.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsox.so.2.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnn.so.1.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libodbc.so.2.0.0
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsstp_api-0.so
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dbus-1/dbus-daemon-launch-helper
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstfft-1.0.so.0.404.0
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libjson.so.0.1.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnetfilter_queue.so.1.3.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libopensc.so.3.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libavl.so.1.5
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libblkid.so.1.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmysqlclient.so.16.0.0
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libseafile.so.0.0.0
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libfcgi++.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dbd/libdbdpgsql.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dbd/libdbdmysql.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dbd/libdbdsqlite3.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgsttag-1.0.so.0.404.0
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/anvil
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/quota-status
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/dovecot/libdovecot-login.so.0.0.0
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/stats
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/imap
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/dovecot-lda
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/dovecot/libdovecot-sql.so.0.0.0
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/imap-urlauth-worker
Full RELRO      No canary found   NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/script-login
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/indexer
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/indexer-worker
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/config
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/script
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/aggregator
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib20_zlib_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib02_lazy_expunge_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib20_fts_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/doveadm/lib10_doveadm_quota_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/doveadm/lib10_doveadm_acl_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/doveadm/lib10_doveadm_expire_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/doveadm/lib20_doveadm_fts_plugin.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/dovecot/modules/lib11_imap_quota_plugin.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/dovecot/modules/lib20_replication_plugin.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib20_listescape_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib30_imap_zlib_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib05_pop3_migration_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib20_autocreate_plugin.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/dovecot/modules/lib95_imap_stats_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib20_expire_plugin.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/dovecot/modules/auth/libauthdb_imap.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/dovecot/modules/lib11_trash_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib01_acl_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib05_snarf_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib10_quota_plugin.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/dovecot/modules/lib20_mail_log_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib20_virtual_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib15_notify_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib90_stats_plugin.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/dovecot/modules/lib21_fts_squat_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/libssl_iostream_openssl.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib10_last_login_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib10_mail_filter_plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/modules/lib20_mailbox_alias_plugin.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/dovecot/modules/lib02_imap_acl_plugin.so
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/imap-urlauth-login
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/auth
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/dns-client
Full RELRO      No canary found   NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/checkpassword-reply
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/dovecot/libdovecot-lda.so.0.0.0
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/pop3
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/maildirlock
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/ssl-params
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/libdovecot.so.0.0.0
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/imap-urlauth
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/dovecot/libdovecot-compression.so.0.0.0
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/log
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/gdbhelper
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/ipc
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/director
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/xml2text
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/imap-login
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/dovecot/libdovecot-storage.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/dovecot/libdovecot-dsync.so.0.0.0
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/pop3-login
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/rawlog
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/lmtp
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/replicator
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/dict
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libssh_threads.so.4.3.0
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/dovecot/doveadm-server
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libbind9.so.90.0.11
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libhogweed.so.2.5
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liblldpctl.so.4.4.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnfnetlink.so.0.2.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libuuid.so.1.3.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libapr-1.so.0.5.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libarchive.so.13.1.2
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpcap.so.1.3.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libxslt.so.1.1.28
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libformw.so.5.9
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libpulse-simple.so.0.1.0
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libhistory.so.6.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsodium.so.13.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libz.so.1.2.8
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libnetsnmpmibs.so.15.1.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libfuse.so.2.9.3
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/librem.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libyatescript.so.5.4.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libvorbis.so.0.4.7
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libprotobuf.so.8.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libzebra.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgdbm.so.4.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsocks.so.0.1.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libcheck.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libxml2.so.2.9.2
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libhttp_parser.so.2.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libusb-1.0.so.0.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libf2fs.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/pppd/2.4.7/pppol2tp.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/pppd/2.4.7/rp-pppoe.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/pppd/2.4.7/pptp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/pppd/2.4.7/pppoatm.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/pppd/2.4.7/radius.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnetfilter_conntrack.so.3.4.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libical.so.0.48.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libtasn1.so.6.3.2
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstrtp-1.0.so.0.404.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libavcodec.so.56.13.100
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libowcapi-2.9.so.5.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libavutil.so.54.15.100
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libxmlrpc_xmlparse.so.3.39
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libow-2.9.so.5.0.0
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_bmf.so.1.7.0
Full RELRO      No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libsflow-2.3.1.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/siproxd/plugin_prefix.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libdevmapper.so.1.02
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/siproxd/plugin_defaulttarget.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/siproxd/plugin_fix_bogus_via.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/siproxd/plugin_demo.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/siproxd/plugin_regex.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/siproxd/plugin_shortdial.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/siproxd/plugin_logcall.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/siproxd/plugin_stun.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmpdclient.so.2.0.9
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/audioop.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/cmath.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_socket.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_sqlite3.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/select.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/syslog.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_dbm.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/pyexpat.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_ctypes.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_elementtree.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_codecs_hk.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/time.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/binascii.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/ossaudiodev.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_csv.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_random.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_crypt.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_opcode.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_curses.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_multiprocessing.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_md5.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_lsprof.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_bisect.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_multibytecodec.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_ctypes_test.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_codecs_jp.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_codecs_cn.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/parser.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/grp.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_bz2.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/termios.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_json.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/fcntl.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/xxlimited.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/resource.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/math.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/unicodedata.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_posixsubprocess.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/mmap.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_heapq.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_datetime.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/array.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_gdbm.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_pickle.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_sha256.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_sha512.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_struct.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_hashlib.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_codecs_iso2022.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_sha1.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_curses_panel.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_decimal.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_ssl.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_codecs_tw.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/_codecs_kr.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/python3.4/lib-dynload/spwd.cpython-34.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libprotocol-native.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsamplerate.so.0.1.8
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/interface.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libdbus-1.so.3.10.2
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/irq.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/olsrd.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/contextswitch.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/bind.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/exec.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/thermal.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/apcups.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/protocols.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/email.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/syslog.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/logfile.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/load.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/ascent.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/snmp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/df.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/rrdtool.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/table.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/teamspeak2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/ping.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/filecount.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/apache.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/wireless.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/unixsock.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/powerdns.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/ntpd.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/vmem.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/processes.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/users.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/sensors.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/postgresql.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/tcpconns.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/iptables.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/network.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/conntrack.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/uptime.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/openvpn.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/memory.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/fscache.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/iwinfo.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/disk.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/ted.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/tail.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/madwifi.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/cpu.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/curl.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/csv.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/dns.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/nginx.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/collectd/write_http.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libopenobex.so.1.7.1
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libid3tag.so.0.3.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmicrohttpd.so.10.28.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/pdo_sqlite.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/json.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/pdo_mysql.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/ldap.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/mbstring.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/sysvsem.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/gmp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/exif.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/mysqli.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/calendar.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/tokenizer.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/sysvmsg.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/xml.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/iconv.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/hash.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/simplexml.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/xmlreader.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/gd.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/dom.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/mcrypt.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/fileinfo.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/session.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/ftp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/ctype.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/sqlite3.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/openssl.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/pdo.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/sysvshm.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/zip.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/xmlwriter.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/gettext.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/soap.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/pcntl.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/pdo_pgsql.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/sockets.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/curl.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/pgsql.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/shmop.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/php/mysql.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libssl.so.1.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libext2fs.so.2.4
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/erlang/lib/asn1-3.0.3/priv/lib/asn1rt_nif.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/erlang/lib/crypto-3.4.2/priv/lib/crypto.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/erlang/lib/crypto-3.4.2/priv/lib/crypto_callback.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/erlang/lib/runtime_tools-1.8.15/priv/lib/dyntrace.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/erlang/lib/runtime_tools-1.8.15/priv/lib/trace_file_drv.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/erlang/lib/runtime_tools-1.8.15/priv/lib/trace_ip_drv.so
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/bin/erlc
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/bin/to_erl
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/bin/escript
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/bin/run_erl
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/erlexec
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/inet_gethost
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/typer
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/erlc
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/dialyzer
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/dyn_erl
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/to_erl
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/escript
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/ct_run
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/run_erl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/child_setup
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/beam
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/epmd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/erlang/erts-6.3/bin/heart
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liblo.so.7.2.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstbasecamerabinsrc-1.0.so.0.404.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmp3lame.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libxt_ACCOUNT_cl.so.0.0.0
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_sgwdynspeed.so.1.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libiksemel.so.3.1.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libchilli.so.0.0.0
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstallocators-1.0.so.0.404.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/opensc-pkcs11.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_nameservice.so.0.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgobject-2.0.so.0.4303.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libbtrfs.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsysfs.so.2.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liburcu-bp.so.2.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnetsnmp.so.15.1.3
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libiw.so.29
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpcsclite.so.1.0.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/sstp-pppd-plugin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libfaad.so.2.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmpeg2.so.0.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstreamer-1.0.so.0.404.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/pkcs11-spy.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/bmx6_json.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libglib-2.0.so.0.4303.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libevent_openssl-2.0.so.5.1.10
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libbluetooth.so.3.18.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnetconf.so.0.9.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libproc-3.2.8.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnl-tiny.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnatpmp.so.1
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libpulsecore-5.0.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libip4tc.so.0.1.0
Partial RELRO   No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libstdc++.so.6.0.20
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libdtndht-0.2.so.1.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libip6tc.so.0.1.0
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgthread-2.0.so.0.4303.0
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstphotography-1.0.so.0.404.0
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_arprefresh.so.0.1
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libprotocol-simple.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liboping.so.0.2.9
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libpulse.so.0.17.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/output_http.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgmp.so.10.2.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libiconv.so.2.4.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libyate.so.5.4.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/bmx6_table.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstrtsp-1.0.so.0.404.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libtheora.so.0.3.10
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libtheoraenc.so.1.1.2
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libosip2.so.11.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnl-3.so.200.16.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnl-genl-3.so.200.16.1
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/lib/sftp-server
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstcheck-1.0.so.0.404.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libibrcommon-1.0.so.1.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libcap.so.2.24
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libcurl.so.4.3.0
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_txtinfo.so.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstaudiofx.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstinterleave.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstsouphttpsrc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstasfmux.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstwavenc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstcoreelements.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstalaw.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstspectrum.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstalpha.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstaudiorate.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstaudiotestsrc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstrawparse.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstadpcmdec.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstdataurisrc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstvideomixer.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstdvdspu.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstvideobox.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstpnm.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstvorbis.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstsubenc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstmatroska.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstrfbsrc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstid3tag.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstpng.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstdebugutilsbad.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstaudioparsers.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstjpegformat.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstalsa.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstjpeg.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstrtsp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstshapewipe.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstdebug.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstlibav.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstdtmf.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstvideocrop.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstvolume.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstreplaygain.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstgoom.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstcutter.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstisomp4.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstsegmentclip.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstflxdec.so
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/gst-plugin-scanner
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstavi.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstflac.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstvideotestsrc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstlame.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstmultifile.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgsttheora.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstapp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstadpcmenc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstautodetect.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstsmpte.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstid3demux.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstsdpelem.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstcamerabin2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstbayer.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstlevel.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgsticydemux.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstmxf.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstvideofilter.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstspeed.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstudp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstflv.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstpcapparse.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstgio.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstsiren.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgsteffectv.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstmpegpsdemux.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstmulaw.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstaudioconvert.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstaiff.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstasf.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstapetag.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstimagefreeze.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstvideo4linux2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstauparse.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstfestival.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstoss4audio.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstrtpmanager.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstnavigationtest.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstplayback.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstaudioresample.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstrtp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgsttcp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstmultipart.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstwavparse.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstossaudio.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstliveadder.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstvpx.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstvideoconvert.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstfrei0r.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstmad.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstautoconvert.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstogg.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstdeinterlace.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstgoom2k1.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgsttypefindfunctions.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstalphacolor.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstmpeg2dec.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstmpegpsmux.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gstreamer-1.0/libgstequalizer.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstpbutils-1.0.so.0.404.0
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Devel/Peek/Peek.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Devel/PPPort/PPPort.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Cwd/Cwd.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/POSIX/POSIX.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Socket/Socket.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/MIME/Base64/Base64.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/perl5/5.20/auto/WWW/Curl/Curl.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/HTML/Parser/Parser.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Data/Dumper/Dumper.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Tie/Hash/NamedCapture/NamedCapture.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/File/DosGlob/DosGlob.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/File/Glob/Glob.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/attributes/attributes.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Filter/Util/Call/Call.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/DBI/DBI.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Storable/Storable.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/B/B.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/IPC/SysV/SysV.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/re/re.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/perl5/5.20/auto/GDBM_File/GDBM_File.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/List/Util/Util.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/mro/mro.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/IO/IO.so
No RELRO        No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/perl5/5.20/auto/DB_File/DB_File.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Math/BigInt/FastCalc/FastCalc.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/arybase/arybase.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Hash/Util/FieldHash/FieldHash.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Hash/Util/Util.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Compress/Raw/Zlib/Zlib.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Compress/Raw/Bzip2/Bzip2.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/perl5/5.20/auto/Compress/Bzip2/Bzip2.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/threads/shared/shared.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/threads/threads.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/SDBM_File/SDBM_File.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/I18N/Langinfo/Langinfo.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Encode/Symbol/Symbol.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Encode/JP/JP.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Encode/CN/CN.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Encode/EBCDIC/EBCDIC.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Encode/KR/KR.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Encode/Unicode/Unicode.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Encode/Byte/Byte.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Encode/Encode.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Time/Piece/Piece.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Encode/TW/TW.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Time/HiRes/HiRes.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Unicode/Normalize/Normalize.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Opcode/Opcode.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/PerlIO/mmap/mmap.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Unicode/Collate/Collate.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/PerlIO/scalar/scalar.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/PerlIO/via/via.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/PerlIO/encoding/encoding.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Sys/Syslog/Syslog.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Sys/Hostname/Hostname.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Fcntl/Fcntl.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Digest/MD5/MD5.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/auto/Digest/SHA/SHA.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/perl5/5.20/CORE/libperl.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libthreadutil.so.6.0.4
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libprotoc.so.8.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liblua.so.5.1.5
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnftnl.so.0.2.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/librrd.so.0.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libwrap.so.0.7.6
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libssh.so.4.3.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libipsec.so.0.0.1
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/mrd6/bgp.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_quagga.so.0.2.2
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/trace-cmd/plugins/plugin_function.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/trace-cmd/plugins/plugin_mac80211.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/trace-cmd/plugins/plugin_scsi.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/trace-cmd/plugins/plugin_sched_switch.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/trace-cmd/plugins/plugin_kvm.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/trace-cmd/plugins/plugin_xen.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/trace-cmd/plugins/plugin_cfg80211.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/trace-cmd/plugins/plugin_jbd2.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/trace-cmd/plugins/plugin_kmem.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/trace-cmd/plugins/plugin_blk.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/trace-cmd/plugins/plugin_hrtimer.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libxmlrpc_xmltok.so.3.39
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libxtables.so.10.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libxmlrpc_util.so.3.39
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libxmlrpc.so.3.39
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgcrypt.so.20.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   RUNPATH      ./usr/lib/libdw.so
Full RELRO      No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libunbound.so.2.2.1
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/install-tools/fixincl
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/libatomic.so.1.1.0
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/liblto_plugin.so.0.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/libm-0.9.33.2.so
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/crtfastmath.o
Partial RELRO   Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/libpthread-0.9.33.2.so
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/plugin/gengtype
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/lto1
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/crtbeginT.o
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/cc1plus
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/crt1.o
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/cc1
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/libgcc_s.so.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/libssp.so.0.0.0
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/lto-wrapper
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/crti.o
Partial RELRO   Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/libuClibc-0.9.33.2.so
Partial RELRO   Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/libdl-0.9.33.2.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/librt-0.9.33.2.so
Partial RELRO   No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/libstdc++.so.6.0.20
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/crtn.o
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/crtbeginS.o
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/ld-uClibc-0.9.33.2.so
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/Scrt1.o
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/libutil-0.9.33.2.so
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/crtbegin.o
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/collect2
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/crtendS.o
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/libthread_db-0.9.33.2.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/libcrypt-0.9.33.2.so
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./usr/lib/gcc/mips-openwrt-linux-uclibc/4.8.3/crtend.o
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstnet-1.0.so.0.404.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpcre.so.1.2.4
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libvips.so.40.0.0
Full RELRO      No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libofproto-2.3.1.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libminiupnpc.so.10
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libruby.so.2.2.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/sasl2/libplain.so.3.0.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/sasl2/libanonymous.so.3.0.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/sasl2/libdigestmd5.so.3.0.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/sasl2/libscram.so.3.0.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/sasl2/libcrammd5.so.3.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_LUA.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_recent.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libip6t_ipv6header.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libevent-2.0.so.5.1.10
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_policy.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libipt_ULOG.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_quota.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_helper.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_ecn.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libip6t_rt.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_DHCPMAC.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libip6t_DNPT.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_NFQUEUE.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_u32.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libip6t_eui64.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_owner.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libip6t_ah.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_DSCP.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_TPROXY.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libip6t_frag.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_tcpmss.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libip6t_hl.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libip6t_HL.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_connmark.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_geoip.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libip6t_mh.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_cluster.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_string.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_psd.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libipt_TTL.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_CONNMARK.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_IPMARK.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_ACCOUNT.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libipt_ah.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_connlimit.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_statistic.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_length.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_socket.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_dscp.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_LOGMARK.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_iface.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_ipp2p.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_LED.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_TOS.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libip6t_SNPT.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_lscan.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_ipv4options.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_DELUDE.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_SYSRQ.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_connbytes.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libipt_CLUSTERIP.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_NFLOG.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_tos.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_hashlimit.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_iprange.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libipt_ECN.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libip6t_hbh.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_condition.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libipt_NETMAP.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_TEE.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_quota2.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_physdev.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_CLASSIFY.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libip6t_NETMAP.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_fuzzy.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_length2.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libipt_ttl.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_addrtype.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_pkttype.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_DNETMAP.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_TARPIT.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_CHAOS.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/iptables/libxt_esp.so
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_jsoninfo.so.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libodbcpsql.so.2.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libopcodes-2.24.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libunistring.so.2.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libexif.so.12.3.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liburcu-cds.so.2.0.0
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libzdb.so.11.0.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libalsa-util.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libiwinfo.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libvorbisenc.so.2.0.10
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libre.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_filter_PWSNIFF.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsqlite3.so.0.8.6
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_filter_IP2STR.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_filter_IP2BIN.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_output_SYSLOG.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_output_XML.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_filter_PRINTFLOW.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_output_PGSQL.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_inppkt_UNIXSOCK.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_output_PCAP.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_inpflow_NFACCT.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_inppkt_NFLOG.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_filter_IP2HBIN.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_output_GPRINT.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_output_GRAPHITE.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_filter_IFINDEX.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_filter_HWHDR.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_output_SQLITE3.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_output_OPRINT.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_raw2packet_BASE.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_inpflow_NFCT.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_filter_PRINTPKT.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_output_DBI.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_output_LOGEMU.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_filter_MARK.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ulogd/ulogd_output_MYSQL.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/lxc/core.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/ubus.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/smartsnmp/core.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/neightbl.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/lanes/core.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/luasql/postgres.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/luasql/sqlite3.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/luasql/mysql.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/lxp.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/nixio.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/socket.so.3.0-rc1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/i2c.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/bit.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/posix.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/mime.so.1.0.3
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/iwinfo.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/uci.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/px5g.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/sha2.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/ssl.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/luci/ip.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/luci/jsonc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/luci/template/parser.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/lfs.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lua/uloop.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/uhttpd_lua.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libdmapsharing-3.0.so.2.9.28
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libncursesw.so.5.9
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libusbmuxd.so.4.0.0
Full RELRO      Canary found      NX disabled   DSO             No RPATH   No RUNPATH   ./usr/lib/libcrypto.so.1.0.0
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libasteriskssl.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpolarssl.so.1.3.9
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libplist.so.3.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libbtrfs.so.0.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libbz2.so.1.0.6
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libFLAC.so.8.3.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libOlsrdPudWireFormat.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libxmlrpc_client.so.3.39
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liblxc.so.1.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_auth.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_usertrack.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_flv_streaming.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_rrdtool.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_scgi.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_evhost.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_magnet.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_extforward.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_dirlisting.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_mysql_vhost.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_simple_vhost.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_indexfile.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_cml.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_accesslog.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_cgi.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_proxy.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_compress.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_trigger_b4_dl.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_status.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_fastcgi.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_access.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_ssi.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_alias.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_setenv.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_redirect.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_rewrite.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_evasive.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_secdownload.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_userdir.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_webdav.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_expire.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/lighttpd/mod_staticfile.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsensors.so.4.3.2
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libracoon.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsoup-2.4.so.1.7.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libaudiofile.so.1.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libprotobuf-c.so.1.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmysqlclient_r.so.16.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsfbpf.so.0.0.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libneon.so.27.3.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_db.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_macro.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_xmpp.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_http_websocket.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_talkdetect.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_pktccops.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_mixmonitor.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/bridge_softmix.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_voicemail.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_chanspy.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_gtalk.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_clioriginate.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_cdr.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_verbose.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_sms.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_global.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/cdr_odbc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_timing_pthread.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/pbx_config.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_alarmreceiver.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_callerid.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_extstate.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_musiconhold.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_directed_pickup.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_disa.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_config_mysql.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_fax.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_config_pgsql.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_stack.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_timing_dahdi.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/cel_odbc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_echo.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_logic.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_channel.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/format_pcm.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_skinny.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_sayunixtime.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/format_g726.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/pbx_lua.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/format_sln.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/codec_g729.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/format_ilbc.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_uri.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_exec.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_ael_share.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/codec_g726.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/bridge_builtin_features.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_dongle.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/codec_ilbc.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_base64.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_shell.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_srtp.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/format_sln16.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/format_wav.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_strings.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_read.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/codec_dahdi.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/codec_a_mu.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_curl.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_odbc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/cdr_pgsql.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_fax_spandsp.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_smdi.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/format_h264.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/codec_gsm.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/bridge_simple.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/codec_g722.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_ooh323.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_rtp_multicast.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_originate.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_phoneprov.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_bridge.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/format_vox.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_setcallerid.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_agent.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/cdr_custom.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_unistim.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_while.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_forkcdr.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_cut.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_crypto.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_vmcount.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/codec_adpcm.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/format_g729.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_groupcount.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_record.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_dahdi.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_minivm.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/codec_resample.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_readexten.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/pbx_ael.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/format_wav_gsm.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_monitor.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_mgcp.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_local.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_sip.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/codec_alaw.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/pbx_spool.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_devstate.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_cdr.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/cdr_csv.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_curl.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_odbc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_dial.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/cdr_manager.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_config_odbc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_playback.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_rtp_asterisk.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/codec_lpc10.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_senddtmf.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_system.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_adsi.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/bridge_multiplexed.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/cel_pgsql.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_chanisavail.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_waituntil.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_confbridge.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/format_gsm.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_sccp.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/format_h263.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_authenticate.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_dahdiras.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/app_playtones.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_jabber.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_motif.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/cdr_syslog.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/cdr_sqlite3_custom.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_timing_timerfd.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/chan_iax2.so
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/codec_ulaw.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_blacklist.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/cdr_adaptive_odbc.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/res_agi.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/asterisk/modules/func_timeout.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnetfilter_log.so.1.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/rpcd/lxc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/rpcd/file.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/rpcd/iwinfo.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libospf.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnfc.so.5.0.1
Full RELRO      Canary found      NX disabled   DSO             No RPATH   No RUNPATH   ./usr/lib/libffi.so.6.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgnutls-openssl.so.27.0.2
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpopt.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmodbus.so.5.0.5
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libreadline.so.6.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpng.so.3.52.0
Full RELRO      No canary found   NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libopenvswitch-2.3.1.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libsndfile.so.1.0.25
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libldap_r-2.4.so.2.10.2
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libltdl.so.7.3.0
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_pud.so.2.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libusb-0.1.so.4.4.4
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libtorrent.so.18.0.0
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/ipsec/pool
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libibrdtn-1.0.so.1.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/libstrongswan.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/ipsec/libhydra.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/ipsec/libradius.so.0.0.0
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/ipsec/charon
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/ipsec/libcharon.so.0.0.0
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/ipsec/starter
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/ipsec/whitelist
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/ipsec/stroke
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/lib/ipsec/scepclient
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/ipsec/libipsec.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-test-vectors.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-nonce.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-sql.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-random.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-gcm.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-ldap.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-sha1.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-led.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-md5.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-addrblock.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-gcrypt.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-pgp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-mysql.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-constraints.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-coupling.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-ha.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-revocation.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-eap-identity.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-ccm.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-hmac.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-updown.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-farp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-unity.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-gmp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-kernel-netlink.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-eap-mschapv2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-blowfish.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-pem.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-resolve.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-pkcs11.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-attr.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-dnskey.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-cmac.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-dhcp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-attr-sql.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-whitelist.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-stroke.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-agent.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-socket-default.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-aes.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-fips-prf.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-smp.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-kernel-libipsec.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-xcbc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-x509.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-md4.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-eap-radius.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-pkcs1.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-xauth-eap.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-sqlite.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-uci.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-af-alg.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-duplicheck.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-openssl.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-pkcs8.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-curl.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-socket-dynamic.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-sha2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-des.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-eap-md5.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-load-tester.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-xauth-generic.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-ctr.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/ipsec/plugins/libstrongswan-pubkey.so
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/lib/ipsec/duplicheck
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/bmx6_sms.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libssh2.so.1.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libopus.so.0.5.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libe2p.so.2.3
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libsigc-2.0.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libdns.so.104.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libbcg729.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libogg.so.0.8.2
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libv4l1.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnl-route-3.so.200.16.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libxmlrpc_server.so.3.39
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libantlr3c.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libhamlib.so.2.0.16
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmenuw.so.5.9
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libosipparser2.so.11.0.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libavahi-core.so.7.0.2
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-amsat.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmcrypt.so.4.4.8
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liburcu-signal.so.2.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-kenwood.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-kachina.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-tentec.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-sartek.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-tapr.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-spid.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-yaesu.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-m2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-skanti.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-ts7400.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-prm80.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-racal.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-rft.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-ars.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-rotorez.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-fodtrack.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-dummy.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-aor.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-uniden.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-tuner.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-kit.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-flexradio.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-gs232a.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-celestron.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-wj.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-heathkit.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-icom.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-easycomm.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-alinco.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-rs.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-drake.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-adat.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-lowe.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-jrc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/hamlib/hamlib-pcr.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libevent_core-1.4.so.2.2.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libuClibc++-0.2.4.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libv4l/v4l1compat.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libv4l/v4l2convert.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libss.so.2.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpython3.4.so.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libevent_core-2.0.so.5.1.10
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libccnet.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libp11.so.2.2.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/input_uvc.so
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libnetsnmpagent.so.15.1.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libnetfilter_acct.so.1.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libdns_sd.so.1
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libsasl2.so.3.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libisccfg.so.90.2.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmicrospdy.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libcryptsetup.so.4.6.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libv4l2.so.0.0.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libspeexdsp.so.1.5.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmagic.so.1
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpanelw.so.5.9
No RELRO        Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/olsrd_httpinfo.so.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libzscanner.so.0.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libwebsockets.so.4.0.0
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libplc4.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liblber-2.4.so.2.10.2
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libtdb.so.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liboil-0.3.so.0.3.0
Full RELRO      Canary found      NX enabled    DSO             RPATH      No RUNPATH   ./usr/lib/libprotocol-cli.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libmnl.so.0.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/engines/engine_pkcs11.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstbase-1.0.so.0.404.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libpq.so.5.3
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libicalvcal.so.0.48.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libspeex.so.1.5.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/liburcu-qsbr.so.2.0.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libaio.so.1.0.1
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libgstvideo-1.0.so.0.404.0
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/prosody/util/signal.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/prosody/util/encodings.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/prosody/util/net.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/prosody/util/hashes.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/prosody/util/pposix.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/modules_online.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/autovoice.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/controlpanel.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/adminlog.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/certauth.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/blockuser.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/clientnotify.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/notify_connect.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/ctcpflood.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/webadmin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/clearbufferonmsg.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/autocycle.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/shell.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/listsockets.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/stickychan.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/raw.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/log.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/perform.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/disconkick.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/autoreply.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/buffextras.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/notes.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/send_raw.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/flooddetach.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/nickserv.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/autoattach.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/watch.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/dcc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/partyline.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/autoop.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/savebuff.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/keepnick.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/droproot.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/lastseen.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/cert.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/awaystore.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/awaynick.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/bouncedcc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/route_replies.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/simple_away.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/identfile.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/crypt.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/fail2ban.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/block_motd.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/q.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/chansaver.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/kickrejoin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/sasl.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/znc/schat.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libevent_pthreads-2.0.so.5.1.10
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libswresample.so.1.1.100
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/uhttpd_ubus.so
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/knsec3hash
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libevent-1.4.so.2.2.0
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./usr/lib/libfreetype.so.6.11.4
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/bluemoon
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/speaker-test
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/seafserv-gc
No RELRO        No canary found   NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/crtmpserver
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ntfsfix
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plcset
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mDNSClient
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/parec
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pwdx
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sum
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ar
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pinky
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/hpav
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/opentracker
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ntfs-3g.probe
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/coqos_rel
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/seaf-fsck
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/xsltproc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/opensc-tool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/seaf-server-init
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/btmon
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tiff2ps
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plcrate
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/amixer
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mdioblock
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mpc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/chgrp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/paste
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/bin/opusenc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tracepath
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/python2.7
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mdioblock2
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/chmod
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/l2test
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/bogoutil
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/iasecc-tool
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mips-openwrt-linux-uclibc-g++
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/systool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lsusb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ntripclient
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/cpp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tdbtool
Full RELRO      Canary found      NX disabled   No PIE          No RPATH   No RUNPATH   ./usr/bin/jamvm
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-freeze
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/size
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/vtysh
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6klist
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tmux
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/obex_find
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/zipinfo
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/modpib
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/SAX2Count
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/atmdump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ciptool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ldapurl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/owpresent
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/btrfs-map-logical
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/date
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/setterm
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mips-openwrt-linux-uclibc-gcc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/base64
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ampID
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/realpath
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-autostart
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plcmdio16
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tcpproxy
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/fmt
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tiff2pdf
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/psql
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/vmstat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/duarouter
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-destroy
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sqlite3
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nfc-relay-picc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6kboot
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/createlang
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ffserver
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/hostip
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/munpack
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/fax2tiff
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lsblk
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/pacat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/getopt
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mktorrent
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ntfscmp
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/yate
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nping
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/haserl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lowntfs-3g
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mac2pw
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/chkpib2
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ntfs-3g.secaudit
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/EnumVal
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/install
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/diff3
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nics
No RELRO        Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/radwho
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/zipnote
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/users
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/v4l2-compliance
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dltest
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/emissionsMap
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ping6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/alpine
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rrdcgi
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pv
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/msmtp
Full RELRO      No canary found   NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/dbus-launch.real
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ldapcompare
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/bmp2tiff
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/emailrelay-passwd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/idevicedebug
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tiff2bw
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/look
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/netkey-tool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/v4l2-ctl
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/kismet_drone
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pg_ctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/netgenerate
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tv_device
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/btrfs-convert
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/usbreset
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rm
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/CMEncrypt
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dtnoutbox
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rigctld
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/resolveip
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/l2ping
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/ovs-ofctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/idevicediagnostics
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plcdevs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/chacl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/SAXPrint
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rtl_sdr
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ulockmgr_server
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/vdir
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/slabtop
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pibruin
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-snapshot
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/idevicedate
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/ovs-dpctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rtpproxy
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ttysend
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/btrfstune
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/postgres
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/createuser
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/emailrelay-filter-copy
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/opentracker6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/coqos_add
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/uuidgen
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/transmission-cli
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-stop
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/snmpwalk
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6kwait
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tdbdump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plctone
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/openocd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nice
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pkill
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/SAX2Print
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/amptool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/hciattach
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/createdb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/oscsend
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/memcached
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/seaf-server
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/obex_tcp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/chknvm
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/pamon
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/zabbix_get
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/htop
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/atmswitch
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/gdb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/seafile-controller
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/upmpdcli
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nvmsplit
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ftdi_eeprom
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/clusterdb
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/owfs
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ldd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pibcomp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mailsend
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/owdir
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ccnet-init
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nfc-jewel
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/timeout
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/valgrind
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/vnstat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/droplang
No RELRO        Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/perl5.20.1
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mcsender
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/saaldump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/bogofilter
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nvmmerge
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/split
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dropdb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mjpg_streamer
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plclog
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/svc_recv
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/zabbix_sender
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pg_dump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mergelogs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/arping
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/DOMPrint
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/luci-bwc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/chkpib
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rename
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/pulseaudio
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/pacmd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rtl_adsb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/true
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/DOMCount
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/irssi
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/attr
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/btrfs
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ffmpeg
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sdptool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tiffcp
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/snmptrap
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/iftop
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rtl_tcp
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lsof
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pkcs11-tool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/cp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-execute
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tracerstat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/groups
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/edsu
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6kf
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/oscdump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/westcos-tool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sdram
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/cksum
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sha1sum
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rigctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mkdir
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/CreateDOMDocument
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plcwait
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/gdbserver
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/chown
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/bzip2
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ldapmodify
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/getpib
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ocsptool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/shuf
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/airdecloak-ng
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-monitor
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plcfwd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sha384sum
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mknod
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sada
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sha224sum
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pibrump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ntfs-3g.usermap
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/uvcdynctrl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/soloscli
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/awrite
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/minidlna
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sonetdiag
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/str2str
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/addr2line
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/emissionsDrivingCycle
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plchostd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/coqos_info
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6kmdio2
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/raw2tiff
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sha512sum
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/fold
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/iperf
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/snmpget
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/natpmpc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rtkrcv
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pskey
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nodogsplash
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-cgroup
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/initdb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mktemp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/miax
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6kbaud
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/link
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/amprate
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mailx
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6kdetect
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/luac
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/php-cli
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-console
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dnie-tool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/echo
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/baresip
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ivstools
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/printenv
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ping
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/seafserv-tool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rsync
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/owread
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sumo-bin
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ttysig
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tiffcmp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tac
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mdustats
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rctest
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/edru
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plcrule
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/whereis
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tiffset
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/oping
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ranlib
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/penctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dtnstream
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/btrfsck
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6kid
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/bogotune
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/aseqnet
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/btrfs-debug-tree
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plcID
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tiffdump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/grep
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/piv-tool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/etherwake
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int64host
Full RELRO      No canary found   NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/dbus-uuidgen
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/khost
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6khost
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/pasuspender
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/efeu
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/coqos_mod
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pen
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/amplist
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ldapexop
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/traceroute6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mysqld
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rigswr
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ir-keytable
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pos2kml
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ideviceprovision
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/obex_test
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/genhash
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ircp
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/parecord
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pkcs15-tool
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/dbus-send
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/objdump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/atmdiag
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mv
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/wavemon
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/aseqdump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/truncate
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mocp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/emailrelay-submit
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/bccmd
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/valgrind-di-server
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lftp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tiffinfo
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/getfattr
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tload
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ivtv-ctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sc-hsm-tool
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/bin/ssh-add
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/ovs-vsctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/idevicedebugserverproxy
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/file
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ras2tiff
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/runcon
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dump1090
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/aconnect
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pg_config
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tiffdither
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/packetforge-ng
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nproc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/owipcalc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/netcat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/script
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mDNSIdentify
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/doveconf
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/polyconvert
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tiffmedian
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-wait
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ideviceimagemounter
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/gnutls-cli
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/pki
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rrdtool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lame
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/fswebcam
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/zipcloak
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/idevice_id
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plcotst
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/gst-typefind-1.0
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/emailrelay-poke
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/skill
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/bluelog
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/btrfs-image
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/clockdiff
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/stm32flash
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/transmission-daemon
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/SCMPrint
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dtntrigger
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nfc-scan-device
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plcget
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/hcidump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dig
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/bin/ssh-keygen
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nfc-read-forum-tag3
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ntfsinfo
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mpack
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sipsak
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/comm
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/hd-idle
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6krule
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pathchk
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/cal
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/expand
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sdiff
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/setpib
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/task
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tiff2rgba
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ncat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/aread
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/chcon
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/shairplay
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/alsamixer
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/wget-nossl
No RELRO        Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/iconv
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/bin/ssh-agent
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/xml2pib
No RELRO        Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/radeapclient
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sstpc
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/unzipsfx
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ls
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ldapsearch
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/python3.4
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/efsu
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dircolors
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ttycat
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/openssl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-info
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/meshd-nl80211
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ampstat
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/fdm
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dropbearconvert
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/remserial
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/penlogd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mount
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dns-sd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/findmnt
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/touch
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/occtl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/eidenv
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6krate
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/bin/sftp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/od2trips
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/socat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/umount
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mpd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/jsonfilter
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/aplaymidi
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/Redirect
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/git
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/aplay
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/gprof
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rtl_fm
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/StdInParse
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pal2rgb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/false
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/amptest
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/factor
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6k
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/picocom
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/transmission-show
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/btrfs-zero-log
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sha256sum
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plctest
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/dbus-monitor
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tracepath6
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/snmpstatus
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mme
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/hpavkey
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/weeder
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/idevicepair
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/config2cfg
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/scriptreplay
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/certtool
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/paplay
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/owftpd
No RELRO        Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/radclient
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/idn
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/emailrelay
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/odbcinst
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/coqos_man
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/noping
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nmap
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/pactl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/icecast
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/vnstati
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/madplay
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rkey
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/slencheck
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/mysqldump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/openpgp-tool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ln
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nm
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pib2xml
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/arecordmidi
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/getfacl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ntfs-3g
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/udpxy
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plclist
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ctorrent
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/makeivs-ng
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/transmission-remote
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/v4l2-sysfs-path
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/ovs-appctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/SEnumVal
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/logname
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rtorrent
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/w
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/cryptoflex-tool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ttcp_atm
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/bin/ssh-keyscan
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mDNSResponder
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ldapwhoami
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/ovs-benchmark
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pibdump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/psout
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sslocal
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mkfs.btrfs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/diff
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/irobex_palm3
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/convbin
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mountpoint
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/bin/opusinfo
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ndsctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dropuser
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ccnet-servtool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/snice
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/PParse
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/monit
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/svc_send
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/as
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pg_controldata
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/decode_tm6000
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pmap
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pwd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/seafile
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/kismet_client
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/jtrrouter
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/unzip
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ffprobe
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/thumbnail
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6kmdio
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/reindexdb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/elfedit
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/knsupdate
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/MemParse
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/uname
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/gst-inspect-1.0
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ntfsls
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ecpg
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/amidi
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/cat
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/bin/ssh-keysign
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sleep
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/trace-cmd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ccnet-tool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/zip
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tiffsplit
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plchost
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/c++filt
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-unfreeze
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/arecord
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mcookie
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rgb2ycbcr
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/iwinfo
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-create
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/snmpset
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ampwait
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rnx2rtkp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/seaf-migrate
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/airdecap-ng
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rigsmtr
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/hciconfig
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/who
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/kstats
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mpris-proxy
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/idevicecrashreport
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ppm2tiff
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/aria2c
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tty
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/bluetoothctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ps
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ccrypt
No RELRO        No canary found   NX disabled   No PIE          No RPATH   No RUNPATH   ./usr/bin/micropython
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/hcitool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plcstat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tv_combo
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/penlog
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ld.bfd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/XInclude
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/owhttpd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6kstat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/idevicename
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/strip
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/php-fpm
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/psin
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/objcopy
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nfc-mfultralight
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/chroot
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-start
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/hex2hcd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mDNSNetMonitor
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6ktest
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/linknx
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/isql
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dtnsend
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6klog
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6kuart
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tiffcrop
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lua
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/motion
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pg_restore
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/efbu
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/cgi-fcgi
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/join
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ldappasswd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/psktool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ldapdelete
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/cg_merge
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rotctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ldapmodrdn
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dtnping
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rtl_test
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ntfscat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/btrfs-show-super
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pkcs15-init
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/mysql
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pkcs15-crypt
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/unlink
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/bin/opusdec
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/fileserver
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/stdbuf
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/umurmurd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/idevicesyslog
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plistutil
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sync
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/bin/fwknop
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/dbus-cleanup-sockets
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/cardos-tool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ideviceenterrecovery
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mac2pwd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/psgraph
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/setfattr
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/kill
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rmdir
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/ovsdb-client
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pg_dumpall
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/owwrite
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/csplit
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/fax2ps
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/faad
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-clone
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mon
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plcmdio32
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/comgt
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rotctld
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ampboot
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/jpegtran
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/idevicescreenshot
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/wget-ssl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dtninbox
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6ktone
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rngtest
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rtl_eeprom
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/cjpeg
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/chknvm2
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/gif2tiff
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/transmission-edit
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/namei
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/wall
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/vacuumdb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sox
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ccnet-server
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nfc-emulate-forum-tag4
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/cx18-ctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/patch
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/funzip
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rtl_power
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/psnotch
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/freesub
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/owget
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/owserver
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ntfscluster
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/gnutls-serv
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ntripserver
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mDNSProxyResponder
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/bin/tor-fw-helper
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/ovsdb-tool
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/gpg
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ttyrecv
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/watch
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/mysqladmin
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mdiogen
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/upnpc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/bogolexer
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/zile
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/aircrack-ng
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sshfs
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/ocpasswd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nfc-list
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/idevicebackup2
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/xupnpd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ptx
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/TraCITestClient
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dfrouter
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nfc-mfclassic
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/flock
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dtnrecv
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sispmctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/gst-launch-1.0
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/fastd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/jshn
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/my_print_defaults
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/zipsplit
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nohup
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pcapsipdump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/iproxy
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/netconvert
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/vgdb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/kdig
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plctool
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-config
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/kismet_server
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/stty
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/php-cgi
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/iperf3
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/transmission-create
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ideviceinfo
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/gcov
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/snmptest
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/stat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/plcboot
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/marouter
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/whoami
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rrdupdate
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/strace
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/uclient-fetch
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-unshare
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rfcomm
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/mdiodump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/rigmem
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/setfacl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/amptone
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pg_resetxlog
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dir
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ld
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6kmod
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ncdu
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/readelf
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/amphost
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/int6keth
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nsupdate
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/efru
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/wpaclean
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/PSVIWriter
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/od
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/ptsctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/btrfs-find-root
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tv_ctrlpt
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/pr
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/odbc_config
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/curl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/sockread
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/host
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/shred
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/uvcdynctrl-0.2.4
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/iusql
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/meshd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/irxfer
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/unrar
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/tsort
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/activitygen
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/dtntracepath
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/znc
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/bin/djpeg
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/espeak
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/upsc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/opensc-explorer
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/nano
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/unexpand
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/myisamchk
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-attach
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/lxc-usernsexec
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/valgrind-listener
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/idevicebackup
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/halog
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/hpavkeys
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/bin/SAXCount
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/anvil
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/pipe
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/dnsblog
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/bounce
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/nqmgr
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/tlsproxy
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/tlsmgr
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/spawn
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/smtpd
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/qmgr
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/flush
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/discard
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/error
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/qmqpd
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/proxymap
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/virtual
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/postscreen
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/showq
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/pickup
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/oqmgr
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/verify
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/scache
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/cleanup
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/lmtp
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/smtp
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/trivial-rewrite
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/master
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/libexec/postfix/local
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/atmaddr
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/adjtimex
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/zebra
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fragmentation6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/chilli_opt
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/ovs-vswitchd
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fake_advertise6
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/postqueue
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ahcpd
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fake_mipv6
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/alive6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/alfred
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/maccalc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/cnid_dbd
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/detect-new-ip6
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/dbus-daemon
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/chilli_query
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/named
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/haproxy
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/tgtadm
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/flood_mld6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/kexec
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fdisk
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/unbound-anchor
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ethtool
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/unbound-control
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/bgpd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/showmount
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/cryptsetup
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/partx
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/postalias
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/odhcp6c
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/nginx
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/bmx6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dnet
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/vis
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/lecs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/nfsstat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/odhcpd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ilmid
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/knotc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/openconnect
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/miniupnpd
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dahdi_test
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dahdi_scan
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/sendpees6
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fake_router6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/tcpdump
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/flood_advertise6
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/postlog
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/pppdump
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mtr
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/lispd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ndppd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mkfs.fat
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/postfix
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/knotd
Full RELRO      No canary found   NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/ebtables
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/flood_router26
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/bus
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/postmulti
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/batadv-vis
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/iwconfig
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/restund
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fibmap.f2fs
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/ntpdc
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/iodined
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fake_router26
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mkntfs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/hostap_diag
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/lldpd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fw_printenv
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ss
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/htdigest
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/alsactl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dmesg
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ntfsclone
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/wpad
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/babeld
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/postdrop
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mount.davfs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/iwcap
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/ntp-keygen
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/tune2fs
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/softflowd
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/sbin/pam_timestamp_check
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/airserv-ng
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/smartctl
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/announce
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/userdel
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/atmarp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/nsd
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/sbin/tor
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/useradd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/nmblookup
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ascii-xfr
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dahdi_speed
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/uhttpd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ffwatchd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ospfd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/kamailio
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/nft
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/pam_tally2
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/debugfs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ntfsundelete
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fsck.fat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/sslh
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/zabbix_agent
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/blkid
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ppstest
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/isisd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ohybridproxy
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dansguardian
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/relayd
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/randicmp6
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/flood_dhcpc6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/besside-ng
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/rpc.nfsd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/horst
No RELRO        Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/radiusd
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/sbin/tincd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/tayga
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ntfscp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mkfs.f2fs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/igmpproxy
No RELRO        Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/tgtd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/aireplay-ng
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ssmtp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ripd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ugps
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/cmdpad
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/chilli
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/smbclient
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mcproxy
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ripngd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/upsmon
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fuzz_dhcps6
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/portmap
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fake_mld6
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/genl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/openvpn
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fake_solicitate6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/atmloop
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/losetup
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/wpa_cli
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/exportfs
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/sendpeesmp6
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/dovecot
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/airbase-ng
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/chat
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/thd
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/postsuper
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/e2freefrag
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/pppstats
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/atmarpd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/tc
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fake_dhcps6
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/flood_solicitate6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/cnid_metad
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/bridge
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/groupmod
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/batctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/racoon
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dnsmasq
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/exploit6
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/badblocks
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/pam_tally
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/minicom
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dahdi_monitor
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/httpd
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/sbin/unix_chkpwd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/birdcl6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/xtables-multi
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/flood_router6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/watchquagga
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/rssileds
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/birdcl4
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/denial6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/htcacheclean
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/6rdcalc
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/pppd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/sm-notify
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/resize2fs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mactelnetd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fconfig
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/airtun-ng
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mke2fs
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/bird4
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mdnsd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mkswap
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/samba_multicall
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/vnstatd
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dump_router6
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/lspci
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/xinetd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/atmtcp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mactelnet
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/f2fstat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/wipefs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/cfdisk
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ntpclient
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/hnetd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/addpart
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/ovsdb-server
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/inverse_lookup6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/esi
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/conntrackd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/chilli_response
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/iodine
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/rpc.mountd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/batmand
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fuzz_ip6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ppswatch
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/smartd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/zabbix_proxy
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/sockd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/nvram
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/postmap
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/setpci
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/th-cmd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/hostap_io_debug
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/ebtables-restore
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dnsdict6
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/postcat
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/logresolve
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/address6
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/prism2_srec
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/rndc
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/covert_send6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/nsd-checkconf
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/chilli_radconfig
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/siproxd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/softflowctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ntfsresize
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/covert_send6d
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ilmidiag
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/sendmail.postfix
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/nsd-control
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fuzz_dhcpc6
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/postconf
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mndp
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/e2fsck
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/collectd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mapcalc
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/sbin/dropbear
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/birdc6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ospf6d
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fake_dns6d
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ndpexhaust6
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/filefrag
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/px5g
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/obex-check-device
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/rotatelogs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fsck.f2fs
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mrd6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/iptaccount
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/toobig6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/agetty
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/babel-pinger
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/smsq
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/umount.davfs
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/bird6
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/implementation6d
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/rpc.statd
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/ntptime
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/airodump-ng
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/screen
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/afpd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/keepalived
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/hostap_rid
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/smurf6
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/flood_mld26
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/uanytun
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ip
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/xl2tpd
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/ntpq
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/smcroute
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/redir6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/aiccu
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/zeppelin
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/tinyproxy
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/groupdel
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/kamcmd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/swaplabel
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ulogd
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/unbound-host
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/node_query6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/rndc-confgen
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/postkick
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/rsmurf6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/radsecproxy
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/delpart
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dnssec-signzone
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/sercmd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/htdbm
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ppsctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/htpasswd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/lighttpd
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fake_mldrouter6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/zabbix_server
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/kill_router6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/usermod
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/macping
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fake_mld26
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/sbin/fwknopd
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/ocserv
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/unbound
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/passive_discovery6
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/asterisk
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/unbound-checkconf
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/sbin/sshd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/hostap_crypt_conf
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/flood_mldrouter6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/uuidd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/usbmuxd
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/implementation6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ipset-dns
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/vsftpd
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/ntpdate
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dahdi_cfg
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mdns
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/named-checkzone
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/flashrom
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/checkgid
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dnssec-keygen
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/minimalist-pcproxy
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fake_dnsupdate6
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fatlabel
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/atmsigd
No RELRO        Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/olsrd
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/thcping6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/br2684ctl
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dos-new-ip6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/sfdisk
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/named-checkconf
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/squid
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/rbcfg
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/sipp
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/les
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ntfslabel
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/upsdrvctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/lldpcli
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/polipo
Partial RELRO   Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/visudo
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/racoonctl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/upsd
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./usr/sbin/dtnd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/birdc4
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/fxotune
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/bmon
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/arptables
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/detect_sniffer6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/httxt2dbm
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/pcscd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dnscrypt-proxy
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dnsrevenum6
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/trace6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ser2net
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/plainrsa-gen
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/sensors
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/hwclock
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/dumpe2fs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/groupadd
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/parasite6
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/conntrack
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ab
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/ipset
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/p910nd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/iw
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/hostapd_cli
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./usr/sbin/unix_update
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/hub-ctrl
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/zabbix_agentd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/snmpd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/tftpd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/xl2tpd-control
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/slapd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/eapol_test
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/e2guardian
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/freecwmpd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/setkey
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/haveged
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mpcd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/mkhomedir_helper
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/sbin/postlock
No RELRO        No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/local/bin/smsd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./usr/local/ntripcaster/bin/ntripcaster
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/udev/cdrom_id
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libubox.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libuci.so
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/udev/path_id
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/udev/v4l_id
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/udev/input_id
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/udev/mtd_probe
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/udev/usb_id
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/udev/accelerometer
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/udev/scsi_id
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libatomic.so.1.1.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libpamc.so.0.82.1
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/udev/ata_id
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libm-0.9.33.2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libblkid-tiny.so
Partial RELRO   Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libpthread-0.9.33.2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libudev.so.0.12.0
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libvalidate.so
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/nut/bcmxcp_usb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/nut/tripplite_usb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/nut/nutdrv_qx
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/nut/nutdrv_atcl_usb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/nut/richcomm_usb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/nut/blazer_usb
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/nut/usbhid-ups
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./lib/nut/riello_usb
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libblobmsg_json.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libpam_misc.so.0.82.0
No RELRO        No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libgcc_s.so.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libssp.so.0.0.0
Partial RELRO   Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libuClibc-0.9.33.2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libjson_script.so
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/tgr192.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/iptable_raw.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/khazad.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/em_u32.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/raid6_pq.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/oti6858.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rtl8192ce.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sch_tbf.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sch_sfq.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mac80211_hwsim.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_limit.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/leds-wndr3700-usb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_main.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/crc8.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mtd_stresstest.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_cp862.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mwlwifi.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/f2fs.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mtd_nandecctest.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_spca508.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/md4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/bonding.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/raid10.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_rbtree.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ath9k_hw.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sg.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_tables_inet.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_hashlimit.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_addrtype.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_sonixj.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/raid1.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cdc_subset.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sha512_generic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nbd.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_pkttype.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_physdev.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_set_hash_ipportnet.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_mark.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usb_8dev.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_meta.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ath.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lm95241.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_ftp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/b44.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ide-pci-generic.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ser_gigaset.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pwc.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xhci-hcd.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xfrm_user.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_id.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_defrag_ipv4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_recent.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rotary_encoder.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/async_xor.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lm77.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rndis_host.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/af-rxrpc.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_set_hash_ipport.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pcbc.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_nat_proto_gre.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/isdn_bsdcomp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_set_hash_netiface.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipddp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/tulip.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/at25.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/em_nbyte.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_sonixb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_LUA.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mtd_pagetest.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/seqiv.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipt_MASQUERADE.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ah4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dns_resolver.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/act_ipt.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usbcore.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/wp512.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/af_alg.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/i2c-mux-pca954x.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_nat.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/b43.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rt2x00mmio.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sata_mv.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_tftp.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_redirect.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_CLASSIFY.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/adt7410.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gf128mul.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/twofish_generic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pppoe.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ds2490.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/spi_ks8995.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mtd_oobtest.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xfrm6_mode_tunnel.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_iso8859-15.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_CT.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/winbond-840.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rtlwifi.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_iprange.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_ipv4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rtl8192cu.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/can.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_tcpudp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/eseqiv.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/via-rhine.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hifn7751.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mISDN_core.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/zlib_deflate.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/libertas_sdio.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_h323.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/option.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sch_netem.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sch_ingress.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/em_cmp.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usb_gigaset.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/r8188eu.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/i2c-dev.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6table_filter.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sdhci-pltfm.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/joydev.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ina2xx.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_finepix.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_owner.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ums-jumpshot.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mkiss.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/em_text.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dmx_usb.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ehci-platform.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sis190.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lib80211_crypt_ccmp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nfs.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rt2500pci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rtl_pci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/input-core.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sdhci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/l2tp_ip.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sch_teql.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_cp1251.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/industrialio-triggered-buffer.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/iwl3945.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gpio-pca953x.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_ov534_9.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_ipv4options.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usbip-core.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_arpreply.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cls_u32.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_arp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ide-core.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/8139cp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cdc-acm.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/arpt_mangle.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_spca506.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/it821x.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_802_3.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/libertas.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ledtrig-transient.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/visor.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6t_REJECT.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_DHCPMAC.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/spi-gpio.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/kafs.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usblp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_nat_snmp_basic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/regmap-core.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/videobuf2-vmalloc.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_cp864.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/aec62xx.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hmac.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/serpent_generic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lm90.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/smsc95xx.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ark3116.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_quota.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/batman-adv.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rt2x00usb.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nand_ids.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_HL.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/aead.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sch_esfq.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cls_fw.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-cs5535audio.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_esp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rt2x00lib.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_ACCOUNT.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/compat.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6_tunnel.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ums-sddr55.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/can-gw.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/uli526x.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/act_police.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/r8712u.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/can-bcm.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/atl1c.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lm92.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/iwl4965.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gpio-button-hotplug.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mISDN_dsp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gpiommc.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_cp852.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/l2tp_core.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_LOG.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/vcan.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/w1_ds2760.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/crypto_wq.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/bnep.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/adm8211.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pcnet32.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/br2684.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dmfe.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_stv06xx.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/at24.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipt_REJECT.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ne2k-pci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nand.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ocf.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/spi-vsc7385.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_TARPIT.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_ip.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/i2c-mux-gpio.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/libahci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/8390.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-rawmidi.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/videodev.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sd_mod.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_tables_ipv4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-seq-midi.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/spidev.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/8139too.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sis900.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_reject_ipv6.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/orinoco.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xfrm6_tunnel.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_NETMAP.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pktgen.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cramfs.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_koi8-r.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/firewire-core.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/async_raid6_recov.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_iso8859-1.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rtl818x_pci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/des_generic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/adt7x10.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_mark.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_log.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/asix.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipip.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6table_mangle.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cast_common.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/zd1201.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cls_route.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lm85.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6_tables.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cryptosoft.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_u32.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_comment.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_cp932.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_exthdr.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/kalmia.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_zc3xx.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/vhci-hcd.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/tg3.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_nat_h323.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ecb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/igb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-seq.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/spi-gpio-custom.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_chain_route_ipv6.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mbcache.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/peak_usb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_mars.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usb-common.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ifb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dss1_divert.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mmc_spi.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-seq-device.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cypress_m8.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6_gre.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ehci-pci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_REDIRECT.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/fscache.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/l2tp_ppp.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/w1-gpio.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/tunnel6.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-usb-audio.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ath9k_htc.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hifnHIPP.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ide-gd_mod.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/tunnel4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipw.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebtables.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_cp866.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/chainiv.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/tun.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6t_NPT.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ac97_bus.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_string.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rfcomm.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/block2mtd.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/6lowpan_iphc.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_spca561.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_pptp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/natsemi.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/matrix-keymap.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_nat_irc.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ds2482.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-seq-midi-event.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/algif_skcipher.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cdc_eem.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nfnetlink.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_lscan.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/button-hotplug.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xfrm4_tunnel.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xfrm4_mode_tunnel.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hid.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xfrm4_mode_transport.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/tea.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-usbmidi-lib.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rtl8192se.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/aoe.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/arc4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6t_hbh.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_gre.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xfrm_algo.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_stp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sr_mod.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_TEE.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/brcmsmac.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ezusb.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_tv8532.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/slip.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ath10k_core.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/act_mirred.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipcomp6.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ppp_generic.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cdc_ether.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rt73usb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/tcrypt.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/raid456.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/trelay.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_state.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_pac207.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cxacru.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/e100.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_iso8859-13.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_dnat.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/huawei_cdc_ncm.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/iptable_mangle.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ah6.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_nat_ipv6.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6table_raw.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_set_hash_ip.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/vxlan.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/atl1.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/vfat.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/softdog.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/iwldvm.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_socket.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rxkad.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_chain_route_ipv4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rotary-gpio-custom.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ti_usb_3410_5052.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_ulog.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_amanda.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/esp6.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_DSCP.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_ecn.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/udf.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ts_bm.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/twofish_common.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipt_CLUSTERIP.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/capi.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pdc202xx_old.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mwl8k.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mtd_readtest.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_cp1255.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hostap.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ums-usbat.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_length.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ftdi_sio.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_nat_amanda.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/veth.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sata_sil24.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-timer.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/libcrc32c.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_rtcache.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/industrialio.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/md5.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sch_dsmark.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dm-mod.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ntfs.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ledtrig-gpio.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/md-mod.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/uhci-hcd.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_conntrack.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ath9k.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/crypto_hash.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_conex.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6t_ipv6header.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rt2800pci.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/async_memcpy.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dummy.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ad799x.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usb8xxx.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pl2303.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6t_mh.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ax25.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dm9601.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_chain_nat_ipv4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/via-velocity.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/forcedeth.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_set_bitmap_ip.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/regmap-i2c.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usb_wwan.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usbmon.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_vlan.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/i2c-tiny-usb.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebtable_filter.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/anubis.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/keyspan.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/appletalk.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cifs.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_iso8859-6.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-pcm.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipheth.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/i2c-algo-pca.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sata_sil.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_tables.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cfg80211.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/autofs4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/fat.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/soundcore.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xfrm_ipcomp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cp210x.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cdrom.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ch341.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_base.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/fcrypt.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xfrm4_mode_beet.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nfsd.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ums-sddr09.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_set.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/i2c-algo-pcf.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gigaset.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/configs.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_nat.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cls_basic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_set_bitmap_ipmac.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/can-dev.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ohci-platform.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_cp850.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mwifiex.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mt76pci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/l2tp_netlink.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/zsmalloc.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ledtrig-oneshot.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/btrfs.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dahdi.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_broadcast.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/iwlegacy.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_sq905c.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/speedtch.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/w1-gpio-custom.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/i2c-mux.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/p54pci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nat46.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/async_pq.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/minix.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lockd.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_IPMARK.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/p54common.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/krng.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/eeprom_93cx6.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_mark_m.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/i2c-gpio-custom.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_spca500.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rt2800usb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-pcm-oss.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usb-storage.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/i2c-mux-pca9541.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ata_piix.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sha256_generic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rt2800lib.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sata_nv.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rt61pci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_quota2.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dwc2_platform.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/firewire-ohci.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/michael_mic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/kfifo_buf.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_policy.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/deflate.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hwmon.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/esd_usb2.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_reject_inet.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/isofs.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rng.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_tables.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/act_connmark.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_hl.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ppp_mppe.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/yealink.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ath5k.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sch_hfsc.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/algif_hash.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cryptodev.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_CHAOS.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cordic.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ledtrig-heartbeat.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cls_tcindex.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cls_flow.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/zd1211rw.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/iptable_filter.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dm-mirror.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/can-raw.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_statistic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/brcmfmac.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sctp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mmc_block.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_vc032x.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/jbd2.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/blowfish_generic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-soc-core.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sunrpc.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hci_uart.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/clip.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hidp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_set_hash_ipportip.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebtable_nat.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ums-isd200.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cm109.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/vmxnet3.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gpio_keys.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_proto_gre.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xfs.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/input-polldev.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_sip.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cast6_generic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/videobuf2-core.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_iso8859-2.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/act_skbedit.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_ipv6.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_ipp2p.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/macvlan.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_among.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6t_eui64.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/slhc.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/iptable_nat.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/blowfish_common.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/slcan.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6t_rt.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_netlink.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ts_kmp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_snat.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_DNETMAP.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-hwdep.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hfsplus.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/de2104x.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/em_meta.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/esp4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_chain_nat_ipv6.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/spi_gpio_old.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mcs7830.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_ov534.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sch_htb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/isdn.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mtd_subpagetest.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/atm.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_helper.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/reiserfs.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/raid0.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_tunnel.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ehci-hcd.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ums-cypress.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_cp775.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipt_ULOG.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6t_frag.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/crc-itu-t.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usbserial.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sht21.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/exportfs.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sit.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/tmp421.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/w1_ds2433.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/kernelcapi.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/crc32c.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_defrag_ipv6.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lzo_compress.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/jfs.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ledtrig-usbdev.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/c_can_platform.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dm-log.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gpio_keys_polled.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/crc7.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sata_via.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cast5_generic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_psd.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_connmark.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/arptable_filter.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_sq905.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_TPROXY.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_time.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ptp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/libipw.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_ov519.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gpio-fan.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/firewire-sbp2.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ghash-generic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lib80211_crypt_wep.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/zlib_inflate.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/crypto_blkcipher.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usbtest.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_gl860.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ath9k_common.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/bas_gigaset.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lm63.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipw2200.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/r8169.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hostap_plx.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_mac.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/async_tx.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/libata.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/echo.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ums-alauda.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hfcmulti.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/3c59x.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/skge.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ledtrig-morse.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/c_can.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/carl9170.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/atl1e.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_sunplus.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ppp_synctty.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_NFQUEUE.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usbatm.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/w1_therm.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-mixer-oss.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-ac97-codec.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nfnetlink_queue.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_snmp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_geoip.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/bcma.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_cluster.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ems_usb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/r6040.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/l1oip.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xfrm6_mode_transport.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cbc.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/fuse.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_reject.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_nat_ipv4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ath10k_pci.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipcomp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/l2tp_eth.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_rtsp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/w1_ds2413.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_spca505.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_nat_sip.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/orinoco_pci.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/qcserial.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipw2100.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ahci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/authenc.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/kaweth.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_counter.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sch_red.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_cp1250.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_NFLOG.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nfnetlink_log.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ax88179_178a.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_etoms.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_set.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/atmtcp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_se401.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_conntrack_irc.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hid-generic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rt2x00pci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/x_tables.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rtl8192c-common.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sierra.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/bluetooth.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_spca501.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mos7720.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ueagle-atm.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nand_ecc.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ssb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ums-datafab.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/kvaser_usb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ide-generic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cpia2.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_condition.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pegasus.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lzo_decompress.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dahdi_echocan_oslec.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/multipath.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rt2500usb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ums-karma.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mtd_torturetest.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/af_key.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/firewire-net.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pps-gpio.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_mr97310a.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipt_ah.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mct_u232.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mii.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_iface.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cdc_ncm.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pppoatm.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/scsi_mod.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebtable_broute.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/camellia_generic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_pac7311.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sch_codel.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_length2.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/prism54.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hifn_795x.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pata_artop.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_nat_pptp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_tcpmss.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/iwlwifi.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rt2400pci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dwc2.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/msdos.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_connbytes.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_konica.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/compat_xtables.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_sn9c20x.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cdc_mbim.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dm9000.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pps_core.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_nat.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nandsim.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mmc_core.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/v4l2-common.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xts.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/belkin_sa.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hfcpci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usbhid.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lib80211_crypt_tkip.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_jeilinj.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/w1_smem.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_nat_rtsp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_utf8.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_limit.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/e1000.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/w1_ds2431.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gre.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sha1_generic.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/uvcvideo.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_set_bitmap_port.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_t613.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/zram.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/adt7475.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_ip6.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_log.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_LOGMARK.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_limit.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hostap_pci.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_reject_ipv4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ar934x_nfc.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/configfs.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rt2800mmio.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/openvswitch.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/btusb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_tables_ipv6.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hwmon-vid.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nfsv3.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/crypto_null.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_stk014.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_TCPMSS.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/linear.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_nat_ftp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dm-crypt.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/wire.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ums-freecom.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ctr.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/evdev.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gcm.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sch_prio.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sky2.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usbnet.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mtd_speedtest.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/brcmutil.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/videobuf2-memops.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/atl2.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ts_fsm.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/dm-region-hash.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_multiport.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/et131x.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/p54usb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/arp_tables.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lm75.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rtl8187.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mac80211.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/b43legacy.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/usbip-host.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_fuzzy.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_connlimit.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_SYSRQ.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_dscp.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/crc-ccitt.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/hfs.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gspca_m5602.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/loop.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_hash.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pppox.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xor.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/crc16.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6t_MASQUERADE.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-intel8x0.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nf_nat_tftp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sierra_net.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/sch_gred.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ext4.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pptp.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ppp_async.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_LED.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ohci-hcd.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nft_ct.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/orinoco_plx.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6table_nat.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xt_DELUDE.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/regmap-spi.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rtl_usb.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_set_list_set.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/lib80211.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipv6.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/xfrm6_mode_beet.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/cdc-wdm.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/qmi_wwan.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_set_hash_net.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/solos-pci.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/c_can_pci.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/nls_cp437.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/mwifiex_pcie.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/gsc.ko
No RELRO        No canary found   NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_pkttype.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip_set_hash_netport.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ipt_ECN.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ip6t_ah.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/ebt_nflog.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/pata_pdc202xx_old.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/rtl8192de.ko
No RELRO        Canary found      NX enabled    Not an ELF file   No RPATH   No RUNPATH   ./lib/modules/3.14.32/snd-compress.ko
Partial RELRO   Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libdl-0.9.33.2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_tally.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_stress.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_faildelay.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_env.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_ftp.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_umask.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_tally2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_listfile.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_timestamp.so
Full RELRO      No canary found   NX enabled    PIE enabled     No RPATH   No RUNPATH   ./lib/security/pam_filter/upperLOWER
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_loginuid.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_pwhistory.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_shells.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_securetty.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_time.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_localuser.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_namespace.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_warn.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_filter.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_nologin.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_motd.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_lastlog.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_access.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_deny.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_keyinit.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_echo.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_mail.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_unix.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_limits.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_mkhomedir.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_permit.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_debug.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_group.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_xauth.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_issue.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_rootok.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_wheel.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_succeed_if.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_exec.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/security/pam_rhosts.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libustream-ssl.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/librt-0.9.33.2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libpam.so.0.83.1
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libutil-0.9.33.2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libubus.so
Full RELRO      No canary found   NX enabled    DSO             No RPATH   No RUNPATH   ./lib/ld-uClibc-0.9.33.2.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/librpc.so
Full RELRO      Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libfstools.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libthread_db-0.9.33.2.so
No RELRO        Canary found      NX enabled    DSO             No RPATH   No RUNPATH   ./lib/libcrypt-0.9.33.2.so
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./bin/busybox
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./bin/mksh
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./bin/zsh
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./bin/tcsh
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./bin/opkg
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./bin/ubus
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./bin/strings
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./bin/less
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./bin/bash
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/ubusd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/block
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/snapshot_tool
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/mtd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/usbmode
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/validate_data
Full RELRO      Canary found      NX enabled    PIE enabled     No RPATH   No RUNPATH   ./sbin/lvm
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/mount_root
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/mountd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/spidev_test
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/cshark
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/freenetconfd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/ead
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/init.lxc
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/mkfs.xfs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/udevadm
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/hdparm
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/uci
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/udevtrigger
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/mount.fuse
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/mount.nfs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/umbim
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/xfs_repair
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/jffs2reset
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/ldconfig
Full RELRO      Canary found      NX enabled    No PIE          RPATH      No RUNPATH   ./sbin/ntpd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/init
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/fw3
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/netifd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/dhcpcd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/xfs_growfs
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/rngd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/rpcd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/logread
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/udevd
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/logd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/swconfig
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/robocfg
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/procd
No RELRO        Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/xfs_db
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/kmodloader
Full RELRO      No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/askfirst
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/mdadm
Full RELRO      Canary found      NX enabled    No PIE          No RPATH   No RUNPATH   ./sbin/uqmi
-------------- next part --------------
./www/cgi-bin/cachemgr.cgi
./usr/lib/crtmpserver/applestreamingclient/libapplestreamingclient.so
./usr/lib/crtmpserver/appselector/libappselector.so
./usr/lib/crtmpserver/liblua.so
./usr/lib/crtmpserver/libtinyxml.so
./usr/lib/crtmpserver/admin/libadmin.so
./usr/lib/crtmpserver/stresstest/libstresstest.so
./usr/lib/crtmpserver/proxypublish/libproxypublish.so
./usr/lib/crtmpserver/libthelib.so
./usr/lib/crtmpserver/flvplayback/libflvplayback.so
./usr/lib/crtmpserver/libcommon.so
./usr/lib/crtmpserver/vptests/libvptests.so
./usr/lib/crtmpserver/samplefactory/libsamplefactory.so
./usr/lib/olsrd_mdns.so.1.0.1
./usr/lib/liboss-util.so
./usr/lib/pulse-5.0/modules/module-null-sink.so
./usr/lib/pulse-5.0/modules/module-augment-properties.so
./usr/lib/pulse-5.0/modules/module-loopback.so
./usr/lib/pulse-5.0/modules/module-detect.so
./usr/lib/pulse-5.0/modules/module-raop-sink.so
./usr/lib/pulse-5.0/modules/module-role-ducking.so
./usr/lib/pulse-5.0/modules/module-default-device-restore.so
./usr/lib/pulse-5.0/modules/module-device-manager.so
./usr/lib/pulse-5.0/modules/module-virtual-surround-sink.so
./usr/lib/pulse-5.0/modules/module-pipe-sink.so
./usr/lib/pulse-5.0/modules/module-native-protocol-fd.so
./usr/lib/pulse-5.0/modules/module-card-restore.so
./usr/lib/pulse-5.0/modules/module-role-cork.so
./usr/lib/pulse-5.0/modules/module-match.so
./usr/lib/pulse-5.0/modules/module-http-protocol-tcp.so
./usr/lib/pulse-5.0/modules/module-simple-protocol-unix.so
./usr/lib/pulse-5.0/modules/module-sine-source.so
./usr/lib/pulse-5.0/modules/module-stream-restore.so
./usr/lib/pulse-5.0/modules/module-switch-on-connect.so
./usr/lib/pulse-5.0/modules/module-tunnel-source.so
./usr/lib/pulse-5.0/modules/module-cli.so
./usr/lib/pulse-5.0/modules/module-cli-protocol-unix.so
./usr/lib/pulse-5.0/modules/module-alsa-source.so
./usr/lib/pulse-5.0/modules/module-intended-roles.so
./usr/lib/pulse-5.0/modules/module-virtual-sink.so
./usr/lib/pulse-5.0/modules/module-null-source.so
./usr/lib/pulse-5.0/modules/module-esound-sink.so
./usr/lib/pulse-5.0/modules/module-cli-protocol-tcp.so
./usr/lib/pulse-5.0/modules/module-switch-on-port-available.so
./usr/lib/pulse-5.0/modules/module-pipe-source.so
./usr/lib/pulse-5.0/modules/module-native-protocol-tcp.so
./usr/lib/pulse-5.0/modules/module-echo-cancel.so
./usr/lib/pulse-5.0/modules/module-filter-apply.so
./usr/lib/pulse-5.0/modules/module-rtp-recv.so
./usr/lib/pulse-5.0/modules/module-esound-compat-spawnfd.so
./usr/lib/pulse-5.0/modules/module-sine.so
./usr/lib/pulse-5.0/modules/module-position-event-sounds.so
./usr/lib/pulse-5.0/modules/module-always-sink.so
./usr/lib/pulse-5.0/modules/module-mmkbd-evdev.so
./usr/lib/pulse-5.0/modules/module-ladspa-sink.so
./usr/lib/pulse-5.0/modules/module-volume-restore.so
./usr/lib/pulse-5.0/modules/module-oss.so
./usr/lib/pulse-5.0/modules/module-tunnel-source-new.so
./usr/lib/pulse-5.0/modules/module-simple-protocol-tcp.so
./usr/lib/pulse-5.0/modules/module-remap-source.so
./usr/lib/pulse-5.0/modules/module-rtp-send.so
./usr/lib/pulse-5.0/modules/module-rescue-streams.so
./usr/lib/pulse-5.0/modules/module-tunnel-sink.so
./usr/lib/pulse-5.0/modules/module-alsa-sink.so
./usr/lib/pulse-5.0/modules/module-native-protocol-unix.so
./usr/lib/pulse-5.0/modules/module-http-protocol-unix.so
./usr/lib/pulse-5.0/modules/module-alsa-card.so
./usr/lib/pulse-5.0/modules/module-suspend-on-idle.so
./usr/lib/pulse-5.0/modules/module-device-restore.so
./usr/lib/pulse-5.0/modules/module-esound-compat-spawnpid.so
./usr/lib/pulse-5.0/modules/module-remap-sink.so
./usr/lib/pulse-5.0/modules/module-combine.so
./usr/lib/pulse-5.0/modules/module-filter-heuristics.so
./usr/lib/pulse-5.0/modules/module-esound-protocol-unix.so
./usr/lib/pulse-5.0/modules/module-combine-sink.so
./usr/lib/pulse-5.0/modules/module-virtual-source.so
./usr/lib/pulse-5.0/modules/module-tunnel-sink-new.so
./usr/lib/pulse-5.0/modules/module-esound-protocol-tcp.so
./usr/lib/sudo/group_file.so
./usr/lib/sudo/system_group.so
./usr/lib/sudo/sudoers.so
./usr/lib/libpcrecpp.so.0.0.1
./usr/lib/freeradius2/rlm_files-2.2.6.so
./usr/lib/freeradius2/rlm_radutmp-2.2.6.so
./usr/lib/freeradius2/rlm_chap-2.2.6.so
./usr/lib/freeradius2/rlm_logintime-2.2.6.so
./usr/lib/freeradius2/rlm_eap_ttls-2.2.6.so
./usr/lib/freeradius2/libfreeradius-eap-2.2.6.so
./usr/lib/freeradius2/rlm_expr-2.2.6.so
./usr/lib/freeradius2/rlm_eap-2.2.6.so
./usr/lib/freeradius2/rlm_eap_md5-2.2.6.so
./usr/lib/freeradius2/rlm_realm-2.2.6.so
./usr/lib/freeradius2/rlm_attr_rewrite-2.2.6.so
./usr/lib/freeradius2/rlm_eap_gtc-2.2.6.so
./usr/lib/freeradius2/rlm_expiration-2.2.6.so
./usr/lib/freeradius2/rlm_mschap-2.2.6.so
./usr/lib/freeradius2/rlm_sqlcounter-2.2.6.so
./usr/lib/freeradius2/rlm_ldap-2.2.6.so
./usr/lib/freeradius2/rlm_eap_peap-2.2.6.so
./usr/lib/freeradius2/rlm_pap-2.2.6.so
./usr/lib/freeradius2/rlm_sql_log-2.2.6.so
./usr/lib/freeradius2/rlm_eap_tls-2.2.6.so
./usr/lib/freeradius2/rlm_attr_filter-2.2.6.so
./usr/lib/freeradius2/rlm_detail-2.2.6.so
./usr/lib/freeradius2/rlm_exec-2.2.6.so
./usr/lib/freeradius2/rlm_eap_mschapv2-2.2.6.so
./usr/lib/freeradius2/rlm_preprocess-2.2.6.so
./usr/lib/freeradius2/rlm_sql-2.2.6.so
./usr/lib/freeradius2/rlm_always-2.2.6.so
./usr/lib/freeradius2/rlm_passwd-2.2.6.so
./usr/lib/python2.7/lib-dynload/_bsddb.so
./usr/lib/python2.7/lib-dynload/dbm.so
./usr/lib/libprotocol-esound.so
./usr/lib/libprotobuf-lite.so.8.0.0
./usr/lib/libmount.so.1.1.0
./usr/lib/libnetsnmphelpers.so.15.1.3
./usr/lib/libavahi-common.so.3.5.3
./usr/lib/libcli.so
./usr/lib/olsrd_p2pd.so.0.1.0
./usr/lib/olsrd_pgraph.so.1.1
./usr/lib/olsrd_watchdog.so.0.1
./usr/lib/olsrd_dyn_gw_plain.so.0.4
./usr/lib/libmicroxml.so.1.0
./usr/lib/libupnpp-0.9.0.so.0.0.0
./usr/lib/librtp.so
./usr/lib/olsrd_dyn_gw.so.0.5
./usr/lib/kamailio/modules/siputils.so
./usr/lib/kamailio/modules/pua_bla.so
./usr/lib/kamailio/modules/avpops.so
./usr/lib/kamailio/modules/imc.so
./usr/lib/kamailio/modules/kex.so
./usr/lib/kamailio/modules/regex.so
./usr/lib/kamailio/modules/statistics.so
./usr/lib/kamailio/modules/utils.so
./usr/lib/kamailio/modules/path.so
./usr/lib/kamailio/modules/usrloc.so
./usr/lib/kamailio/modules/db_text.so
./usr/lib/kamailio/modules/sst.so
./usr/lib/kamailio/modules/acc.so
./usr/lib/kamailio/modules/enum.so
./usr/lib/kamailio/modules/msilo.so
./usr/lib/kamailio/modules/sl.so
./usr/lib/kamailio/modules/db_unixodbc.so
./usr/lib/kamailio/modules/debugger.so
./usr/lib/kamailio/modules/cnxcc.so
./usr/lib/kamailio/modules/auth_db.so
./usr/lib/kamailio/modules/rtpproxy.so
./usr/lib/kamailio/modules/htable.so
./usr/lib/kamailio/modules/textops.so
./usr/lib/kamailio/modules/lcr.so
./usr/lib/kamailio/modules/pdt.so
./usr/lib/kamailio/modules/db_mysql.so
./usr/lib/kamailio/modules/msrp.so
./usr/lib/kamailio/modules/rtimer.so
./usr/lib/kamailio/modules/uac_redirect.so
./usr/lib/kamailio/modules/alias_db.so
./usr/lib/kamailio/modules/pua.so
./usr/lib/kamailio/modules/drouting.so
./usr/lib/kamailio/modules/cfgutils.so
./usr/lib/kamailio/modules/speeddial.so
./usr/lib/kamailio/modules/domainpolicy.so
./usr/lib/kamailio/modules/dialog_ng.so
./usr/lib/kamailio/modules/mi_fifo.so
./usr/lib/kamailio/modules/rtpengine.so
./usr/lib/kamailio/modules/presence.so
./usr/lib/kamailio/modules/qos.so
./usr/lib/kamailio/modules/userblacklist.so
./usr/lib/kamailio/modules/registrar.so
./usr/lib/kamailio/modules/siptrace.so
./usr/lib/kamailio/modules/cfg_db.so
./usr/lib/kamailio/modules/tmx.so
./usr/lib/kamailio/modules/sipcapture.so
./usr/lib/kamailio/modules/ratelimit.so
./usr/lib/kamailio/modules/nathelper.so
./usr/lib/kamailio/modules/mi_rpc.so
./usr/lib/kamailio/modules/db_flatstore.so
./usr/lib/kamailio/modules/domain.so
./usr/lib/kamailio/modules/uri_db.so
./usr/lib/kamailio/modules/rls.so
./usr/lib/kamailio/modules/uac.so
./usr/lib/kamailio/modules/presence_xml.so
./usr/lib/kamailio/modules/pua_mi.so
./usr/lib/kamailio/modules/db_postgres.so
./usr/lib/kamailio/modules/pua_xmpp.so
./usr/lib/kamailio/modules/benchmark.so
./usr/lib/kamailio/modules/dispatcher.so
./usr/lib/kamailio/modules/sqlops.so
./usr/lib/kamailio/modules/group.so
./usr/lib/kamailio/modules/dialplan.so
./usr/lib/kamailio/modules/db_sqlite.so
./usr/lib/kamailio/modules/permissions.so
./usr/lib/kamailio/modules/pike.so
./usr/lib/kamailio/modules/pv.so
./usr/lib/kamailio/modules/nat_traversal.so
./usr/lib/kamailio/modules/xcap_client.so
./usr/lib/kamailio/modules/dialog.so
./usr/lib/kamailio/modules/mi_datagram.so
./usr/lib/kamailio/modules_k/siputils.so
./usr/lib/kamailio/modules_k/pua_bla.so
./usr/lib/kamailio/modules_k/imc.so
./usr/lib/kamailio/modules_k/kex.so
./usr/lib/kamailio/modules_k/regex.so
./usr/lib/kamailio/modules_k/statistics.so
./usr/lib/kamailio/modules_k/usrloc.so
./usr/lib/kamailio/modules_k/db_text.so
./usr/lib/kamailio/modules_k/sst.so
./usr/lib/kamailio/modules_k/acc.so
./usr/lib/kamailio/modules_k/msilo.so
./usr/lib/kamailio/modules_k/db_unixodbc.so
./usr/lib/kamailio/modules_k/auth_db.so
./usr/lib/kamailio/modules_k/htable.so
./usr/lib/kamailio/modules_k/textops.so
./usr/lib/kamailio/modules_k/pdt.so
./usr/lib/kamailio/modules_k/rtimer.so
./usr/lib/kamailio/modules_k/alias_db.so
./usr/lib/kamailio/modules_k/pua.so
./usr/lib/kamailio/modules_k/drouting.so
./usr/lib/kamailio/modules_k/cfgutils.so
./usr/lib/kamailio/modules_k/speeddial.so
./usr/lib/kamailio/modules_k/domainpolicy.so
./usr/lib/kamailio/modules_k/mi_fifo.so
./usr/lib/kamailio/modules_k/qos.so
./usr/lib/kamailio/modules_k/presence.so
./usr/lib/kamailio/modules_k/userblacklist.so
./usr/lib/kamailio/modules_k/registrar.so
./usr/lib/kamailio/modules_k/siptrace.so
./usr/lib/kamailio/modules_k/tmx.so
./usr/lib/kamailio/modules_k/nathelper.so
./usr/lib/kamailio/modules_k/domain.so
./usr/lib/kamailio/modules_k/uri_db.so
./usr/lib/kamailio/modules_k/rls.so
./usr/lib/kamailio/modules_k/p_usrloc.so
./usr/lib/kamailio/modules_k/uac.so
./usr/lib/kamailio/modules_k/presence_xml.so
./usr/lib/kamailio/modules_k/pua_xmpp.so
./usr/lib/kamailio/modules_k/pua_mi.so
./usr/lib/kamailio/modules_k/benchmark.so
./usr/lib/kamailio/modules_k/group.so
./usr/lib/kamailio/modules_k/sqlops.so
./usr/lib/kamailio/modules_k/db_sqlite.so
./usr/lib/kamailio/modules_k/permissions.so
./usr/lib/kamailio/modules_k/pike.so
./usr/lib/kamailio/modules_k/pv.so
./usr/lib/kamailio/modules_k/nat_traversal.so
./usr/lib/kamailio/modules_k/xcap_client.so
./usr/lib/kamailio/modules_k/dialog.so
./usr/lib/kamailio/modules_k/mi_datagram.so
./usr/lib/libmxml.so.1.5
./usr/lib/libraop.so
./usr/lib/libovsdb-2.3.1.so
./usr/lib/libprotocol-http.so
./usr/lib/olsrd_secure.so.0.6
./usr/lib/libplist++.so.3.0.0
./usr/lib/olsrd_dot_draw.so.0.3
./usr/lib/dbus-1/dbus-daemon-launch-helper
./usr/lib/libblkid.so.1.1.0
./usr/lib/dovecot/anvil
./usr/lib/dovecot/quota-status
./usr/lib/dovecot/libdovecot-login.so.0.0.0
./usr/lib/dovecot/stats
./usr/lib/dovecot/imap
./usr/lib/dovecot/dovecot-lda
./usr/lib/dovecot/libdovecot-sql.so.0.0.0
./usr/lib/dovecot/imap-urlauth-worker
./usr/lib/dovecot/script-login
./usr/lib/dovecot/indexer
./usr/lib/dovecot/indexer-worker
./usr/lib/dovecot/config
./usr/lib/dovecot/aggregator
./usr/lib/dovecot/script
./usr/lib/dovecot/modules/lib11_imap_quota_plugin.so
./usr/lib/dovecot/modules/lib20_replication_plugin.so
./usr/lib/dovecot/modules/lib95_imap_stats_plugin.so
./usr/lib/dovecot/modules/auth/libauthdb_imap.so
./usr/lib/dovecot/modules/lib11_trash_plugin.so
./usr/lib/dovecot/modules/lib20_mail_log_plugin.so
./usr/lib/dovecot/modules/lib21_fts_squat_plugin.so
./usr/lib/dovecot/modules/lib02_imap_acl_plugin.so
./usr/lib/dovecot/imap-urlauth-login
./usr/lib/dovecot/auth
./usr/lib/dovecot/dns-client
./usr/lib/dovecot/checkpassword-reply
./usr/lib/dovecot/libdovecot-lda.so.0.0.0
./usr/lib/dovecot/pop3
./usr/lib/dovecot/maildirlock
./usr/lib/dovecot/ssl-params
./usr/lib/dovecot/imap-urlauth
./usr/lib/dovecot/log
./usr/lib/dovecot/gdbhelper
./usr/lib/dovecot/ipc
./usr/lib/dovecot/director
./usr/lib/dovecot/xml2text
./usr/lib/dovecot/imap-login
./usr/lib/dovecot/libdovecot-storage.so.0.0.0
./usr/lib/dovecot/libdovecot-dsync.so.0.0.0
./usr/lib/dovecot/pop3-login
./usr/lib/dovecot/rawlog
./usr/lib/dovecot/lmtp
./usr/lib/dovecot/replicator
./usr/lib/dovecot/dict
./usr/lib/dovecot/doveadm-server
./usr/lib/libpulse-simple.so.0.1.0
./usr/lib/libhistory.so.6.3
./usr/lib/libnetsnmpmibs.so.15.1.3
./usr/lib/libprotobuf.so.8.0.0
./usr/lib/libowcapi-2.9.so.5.0.0
./usr/lib/olsrd_bmf.so.1.7.0
./usr/lib/libsflow-2.3.1.so
./usr/lib/libprotocol-native.so
./usr/lib/libdbus-1.so.3.10.2
./usr/lib/erlang/lib/crypto-3.4.2/priv/lib/crypto.so
./usr/lib/olsrd_sgwdynspeed.so.1.0.0
./usr/lib/olsrd_nameservice.so.0.3
./usr/lib/sstp-pppd-plugin.so
./usr/lib/libpulsecore-5.0.so
./usr/lib/olsrd_arprefresh.so.0.1
./usr/lib/libprotocol-simple.so
./usr/lib/libpulse.so.0.17.3
./usr/lib/libibrcommon-1.0.so.1.0.0
./usr/lib/olsrd_txtinfo.so.0.1
./usr/lib/perl5/5.20/auto/WWW/Curl/Curl.so
./usr/lib/perl5/5.20/auto/GDBM_File/GDBM_File.so
./usr/lib/perl5/5.20/auto/DB_File/DB_File.so
./usr/lib/perl5/5.20/auto/Compress/Bzip2/Bzip2.so
./usr/lib/libprotoc.so.8.0.0
./usr/lib/olsrd_quagga.so.0.2.2
./usr/lib/libunbound.so.2.2.1
./usr/lib/libofproto-2.3.1.so
./usr/lib/sasl2/libplain.so.3.0.0
./usr/lib/sasl2/libscram.so.3.0.0
./usr/lib/sasl2/libanonymous.so.3.0.0
./usr/lib/sasl2/libdigestmd5.so.3.0.0
./usr/lib/sasl2/libcrammd5.so.3.0.0
./usr/lib/olsrd_jsoninfo.so.0.0
./usr/lib/libalsa-util.so
./usr/lib/libaudiofile.so.1.0.0
./usr/lib/libreadline.so.6.3
./usr/lib/libopenvswitch-2.3.1.so
./usr/lib/olsrd_pud.so.2.0.0
./usr/lib/libtorrent.so.18.0.0
./usr/lib/libibrdtn-1.0.so.1.0.0
./usr/lib/ipsec/pool
./usr/lib/ipsec/libhydra.so.0.0.0
./usr/lib/ipsec/libradius.so.0.0.0
./usr/lib/ipsec/libcharon.so.0.0.0
./usr/lib/ipsec/charon
./usr/lib/ipsec/starter
./usr/lib/ipsec/stroke
./usr/lib/ipsec/scepclient
./usr/lib/ipsec/libipsec.so.0.0.0
./usr/lib/ipsec/plugins/libstrongswan-kernel-libipsec.so
./usr/lib/ipsec/plugins/libstrongswan-eap-radius.so
./usr/lib/libssh2.so.1.0.1
./usr/lib/libsigc-2.0.so.0.0.0
./usr/lib/libavahi-core.so.7.0.2
./usr/lib/libnetsnmpagent.so.15.1.3
./usr/lib/libsasl2.so.3.0.0
./usr/lib/olsrd_httpinfo.so.0.1
./usr/lib/libprotocol-cli.so
./usr/bin/crtmpserver
./usr/bin/parec
./usr/bin/pacat
./usr/bin/radwho
./usr/bin/dbus-launch.real
./usr/bin/ovs-ofctl
./usr/bin/ovs-dpctl
./usr/bin/snmpwalk
./usr/bin/memcached
./usr/bin/pamon
./usr/bin/owfs
./usr/bin/perl5.20.1
./usr/bin/pulseaudio
./usr/bin/pacmd
./usr/bin/snmptrap
./usr/bin/snmpget
./usr/bin/dbus-uuidgen
./usr/bin/pasuspender
./usr/bin/parecord
./usr/bin/dbus-send
./usr/bin/ovs-vsctl
./usr/bin/doveconf
./usr/bin/pki
./usr/bin/iconv
./usr/bin/radeapclient
./usr/bin/openssl
./usr/bin/occtl
./usr/bin/dbus-monitor
./usr/bin/snmpstatus
./usr/bin/paplay
./usr/bin/owftpd
./usr/bin/radclient
./usr/bin/pactl
./usr/bin/mysqldump
./usr/bin/ovs-appctl
./usr/bin/ovs-benchmark
./usr/bin/snmpset
./usr/bin/aria2c
./usr/bin/owhttpd
./usr/bin/mysql
./usr/bin/dbus-cleanup-sockets
./usr/bin/ovsdb-client
./usr/bin/jpegtran
./usr/bin/cjpeg
./usr/bin/owserver
./usr/bin/ovsdb-tool
./usr/bin/mysqladmin
./usr/bin/ocpasswd
./usr/bin/snmptest
./usr/bin/djpeg
./usr/sbin/ovs-vswitchd
./usr/sbin/dbus-daemon
./usr/sbin/unbound-anchor
./usr/sbin/unbound-control
./usr/sbin/ebtables
./usr/sbin/ntpdc
./usr/sbin/ntp-keygen
./usr/sbin/radiusd
./usr/sbin/tgtd
./usr/sbin/dovecot
./usr/sbin/ovsdb-server
./usr/sbin/ebtables-restore
./usr/sbin/ntptime
./usr/sbin/ntpq
./usr/sbin/unbound-host
./usr/sbin/ocserv
./usr/sbin/unbound
./usr/sbin/unbound-checkconf
./usr/sbin/ntpdate
./usr/sbin/olsrd
./usr/sbin/squid
./usr/sbin/visudo
./usr/sbin/dtnd
./sbin/ntpd
-------------- next part --------------
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/usr/lib/crtmpserver]
[/usr/lib/crtmpserver]
[/usr/lib/crtmpserver]
[/usr/lib/crtmpserver]
[/usr/lib/crtmpserver]
[/usr/lib/crtmpserver]
[/usr/lib/crtmpserver]
[/usr/lib/crtmpserver]
[/usr/lib/crtmpserver]
[/usr/lib/crtmpserver]
[/usr/lib/crtmpserver]
[/usr/lib/crtmpserver]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/sudo]
[/usr/lib/sudo]
[/usr/lib/sudo]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/lib]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/usr/lib/freeradius2]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/usr/lib/pulseaudio]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/util-linux-2.25.2/.libs]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/net-snmp-5.4.4/agent/.libs:/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/net-snmp-5.4.4/snmplib/.libs]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/lib]
[/usr/lib/pulseaudio]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/usr/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/usr/lib/pulseaudio]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[///usr/lib/kamailio/]
[/usr/lib]
[/usr/lib/pulse-5.0/modules:/usr/lib/pulseaudio]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/usr/lib/pulseaudio]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/usr/lib/]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/util-linux-2.25.2/.libs]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot/modules]
[/usr/lib/dovecot/modules]
[/usr/lib/dovecot/modules]
[/usr/lib/dovecot]
[/usr/lib/dovecot/modules]
[/usr/lib/dovecot/modules]
[/usr/lib/dovecot/modules]
[/usr/lib/dovecot/modules]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/dovecot]
[/usr/lib/pulseaudio]
[/usr/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/net-snmp-5.4.4/agent/helpers/.libs:/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/net-snmp-5.4.4/agent/.libs:/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/net-snmp-5.4.4/snmplib/.libs]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/usr/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/usr/lib/pulseaudio]
[/usr/lib/]
[/usr/lib:/usr/local/lib:/usr/sfw/lib:/opt/local/lib:/usr/pkg/lib:/usr/local/openssl/lib:/usr/lib/openssl/lib:/usr/openssl/lib:/usr/local/ssl/lib:/usr/lib/ssl/lib:/usr/ssl/lib://lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/sstp-client-1.0.9/src/libsstp-api/.libs]
[/usr/lib/pulseaudio]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/lib/../lib64]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/lib/../lib64]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/openvswitch-2.3.1/lib/.libs:/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/usr/lib/pulseaudio]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/lib]
[/usr/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/usr/lib/ipsec]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/lib]
[/usr/lib/ipsec]
[/usr/lib/ipsec]
[/usr/lib/ipsec]
[/usr/lib/ipsec]
[/usr/lib/ipsec]
[/usr/lib/ipsec]
[/usr/lib/ipsec]
[/usr/lib/ipsec]
[/usr/lib/ipsec]
[/usr/lib/ipsec]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/net-snmp-5.4.4/snmplib/.libs]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/usr/lib/pulseaudio:/usr/lib/pulse-5.0/modules]
[/usr/lib/crtmpserver]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/freeradius2]
[/usr/lib/]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/net-snmp-5.4.4/snmplib/.libs]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/include/libevent/lib]
[/usr/lib/pulseaudio]
[/usr/lib]
[/usr/lib/perl5/5.20/CORE]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/net-snmp-5.4.4/snmplib/.libs]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/net-snmp-5.4.4/snmplib/.libs]
[/usr/lib/]
[/usr/lib/pulseaudio]
[/usr/lib/pulseaudio]
[/usr/lib/]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/usr/lib/dovecot]
[/usr/lib/ipsec]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/libiconv-1.11.1/ipkg-install/usr/lib]
[/usr/lib/freeradius2]
[/usr/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/usr/lib/]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/net-snmp-5.4.4/snmplib/.libs]
[/usr/lib/pulseaudio]
[/usr/lib]
[/usr/lib/freeradius2]
[/usr/lib/pulseaudio]
[/usr/lib/mysql]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/net-snmp-5.4.4/snmplib/.libs]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/usr/lib]
[/usr/lib/mysql]
[/usr/lib/]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/jpeg-9a/ipkg-install/usr/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/jpeg-9a/ipkg-install/usr/lib]
[/usr/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/usr/lib/mysql]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/net-snmp-5.4.4/snmplib/.libs]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/jpeg-9a/ipkg-install/usr/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/usr/lib/]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/usr/lib/ebtables]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/usr/lib/freeradius2]
[/usr/lib/tgt]
[/usr/lib/dovecot]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/usr/lib/ebtables]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
[/tmp/openwrt-cc/build_dir/target-mips_34kc_uClibc-0.9.33.2/olsrd-0.6.8/ipkg-install/usr/local/lib]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/usr/lib/sudo]
[/tmp/openwrt-cc/staging_dir/toolchain-mips_34kc_gcc-4.9-linaro_uClibc-0.9.33.2/mips-openwrt-linux-uclibc/lib]
[/tmp/openwrt-cc/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib]
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list