[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Question about PIEs
- From: Jeffrey Siegal <jbs quiotix com>
- To: "Red Hat Enterprise Linux 4 (Nahant) Discussion List" <nahant-list redhat com>
- Subject: Question about PIEs
- Date: Thu, 20 Apr 2006 11:14:03 -0700
I read some white paper from Red Hat's site about security features
in RHEL, including PIEs. The paper says that PIEs can't get
prelinked because the executable gets loaded at a random address each
time. As I recall, the prelinker has an option to load the
libraries at random addresses (the addresses are random across
systems but fixed for each system). I was wondering if PIEs can be
prelinked in this manner -- where the prelinker chooses a random
address for the executable and if so, wouldn't this be a reason to
just build everything as a PIE (perhaps excluding some high risk
programs from prelinking and letting them float at load time)?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]