[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-bugs] #12103 [Tor bundles/installation]: Fully hardening firefox binary is broken since 3.5.3 on Linux



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs