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-05-28 11:00:01 +01:00
2012-10-12 00:03:43 +02:00
2013-04-03 16:19:35 +01:00