Daniel P. Berrange fc8c1787d8 Enable full RELRO mode
By passing the flags -z relro -z now to the linker, we can force
it to resolve all library symbols at startup, instead of on-demand.
This allows it to then make the global offset table (GOT) read-only,
which makes some security attacks harder.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-04-03 16:19:35 +01:00
..
2012-12-07 14:21:25 +01:00
2013-04-03 16:19:35 +01:00
2013-03-21 12:32:03 +01:00
2013-04-03 11:38:57 +02:00