[tbb-bugs] #13031 [Tor Browser]: Provide full RELRO protection on Linux

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Sep 2 12:19:06 UTC 2014


#13031: Provide full RELRO protection on Linux
-----------------------------+--------------------------
     Reporter:  mikeperry    |      Owner:  tbb-team
         Type:  defect       |     Status:  needs_review
     Priority:  normal       |  Milestone:
    Component:  Tor Browser  |    Version:
   Resolution:               |   Keywords:  tbb-security
Actual Points:               |  Parent ID:
       Points:               |
-----------------------------+--------------------------
Changes (by cypherpunks):

 * status:  new => needs_review


Comment:

 {{{
 --- gitian-utils.yml.original
 +++ gitian-utils.yml
 @@ -63,6 +63,9 @@
    # Make sure gold is used and not ld.
    cd $INSTDIR/binutils/bin
    rm ld
 +  cp /usr/bin/hardened-ld ./
 +  mv ld.gold ld.gold.real
 +  ln -sf hardened-ld ld.gold
    ln -sf ld.gold ld
    cd ~/build

 }}}
 Lets test.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13031#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tbb-bugs mailing list