[tor-bugs] #12103 [Tor bundles/installation]: Fully hardening firefox binary is broken since 3.5.3 on Linux
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Aug 8 13:09:23 UTC 2014
#12103: Fully hardening firefox binary is broken since 3.5.3 on Linux
-------------------------------------+-------------------------------------
Reporter: gk | Owner: erinn
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor | Version:
bundles/installation | Keywords: tbb-security, tbb-
Resolution: | testcase
Actual Points: | Parent ID: #10065
Points: |
-------------------------------------+-------------------------------------
Comment (by cypherpunks):
> Remove PT_GNU_RELRO segment.
[https://sourceware.org/ml/binutils/2007-09/msg00208.html Original source
of changes]
{{{
+ {
+ /* If a section is added or mofied, remove PT_GNU_RELRO
+ segment. */
+ if (status != removed &&
+ segment->p_type == PT_GNU_RELRO)
+ segment->p_type = PT_NULL;
+ continue;
+ }
}}}
It keeps `.data.rel.ro` section.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/12103#comment:11>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list