[tor-bugs] #10599 [Tor bundles/installation]: Investigate building TBB with SoftBound
    Tor Bug Tracker & Wiki 
    blackhole at torproject.org
       
    Mon Mar 31 13:37:24 UTC 2014
    
    
  
#10599: Investigate building TBB with SoftBound
------------------------------------------+--------------------------------
     Reporter:  mikeperry                 |      Owner:  erinn
         Type:  enhancement               |     Status:  new
     Priority:  major                     |  Milestone:
    Component:  Tor bundles/installation  |    Version:
   Resolution:                            |   Keywords:  gitian, tbb-
Actual Points:                            |  security
       Points:                            |  Parent ID:
------------------------------------------+--------------------------------
Comment (by gk):
 To get things started and SoftBound CETS compiled following
 https://github.com/santoshn/softboundcets-34/ worked with one caveat: I
 needed to add
 {{{
 -lrt
 }}}
 to get the test program compiled.
 Then in order to compile Tor Browser I added some .mozconfig lines:
 {{{
 export CC="clang -fsoftboundcets"
 export CXX="clang -fsoftboundcets"
 export LDFLAGS="-L/home/gk/softbound/softboundcets-34/softboundcets-lib
 -lm -lrt"
 }}}
 Building Tor Browser gives now quite early a bunch of "This case not
 handled, requesting memory from system Softboundcets: Memory safety
 violation detected" errors. (See attachment 1).
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10599#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
    
    
More information about the tor-bugs
mailing list