Re: [tor-bugs] #24969 [Core Tor/Tor]: Allow sleep() in the sandbox

2018-04-23 Thread Tor Bug Tracker & Wiki
#24969: Allow sleep() in the sandbox
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor:
 |  0.2.9.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.5.1-alpha
 Severity:  Normal   | Resolution:  fixed
 Keywords:  tor-crash, 034-triage-20180328,  |  Actual Points:  0
  034-must fast-fix crash 029-backport   |
  031-backport 032-backport 033-backport |
Parent ID:   | Points:  0.2
 Reviewer:  dgoulet  |Sponsor:
-+-
Changes (by nickm):

 * status:  merge_ready => closed
 * resolution:   => fixed
 * milestone:  Tor: 0.3.4.x-final => Tor: 0.2.9.x-final


Comment:

 Merged to 0.2.9 and forward.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #24969 [Core Tor/Tor]: Allow sleep() in the sandbox

2018-04-23 Thread Tor Bug Tracker & Wiki
#24969: Allow sleep() in the sandbox
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:
 |  merge_ready
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.4.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.5.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  tor-crash, 034-triage-20180328,  |  Actual Points:  0
  034-must fast-fix crash 029-backport   |
  031-backport 032-backport 033-backport |
Parent ID:   | Points:  0.2
 Reviewer:  dgoulet  |Sponsor:
-+-
Changes (by dgoulet):

 * status:  needs_review => merge_ready
 * reviewer:   => dgoulet


Comment:

 lgtm;

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #24969 [Core Tor/Tor]: Allow sleep() in the sandbox

2018-04-23 Thread Tor Bug Tracker & Wiki
#24969: Allow sleep() in the sandbox
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.4.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.5.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  tor-crash, 034-triage-20180328,  |  Actual Points:  0
  034-must fast-fix crash 029-backport   |
  031-backport 032-backport 033-backport |
Parent ID:   | Points:  0.2
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * status:  needs_revision => needs_review


Comment:

 no, the prlimit thing was just a copy-paste error.

 Updated patch in `bug24969_029_v2`.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #24969 [Core Tor/Tor]: Allow sleep() in the sandbox

2018-04-23 Thread Tor Bug Tracker & Wiki
#24969: Allow sleep() in the sandbox
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.4.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.5.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  tor-crash, 034-triage-20180328,  |  Actual Points:  0
  034-must fast-fix crash 029-backport   |
  031-backport 032-backport 033-backport |
Parent ID:   | Points:  0.2
 Reviewer:   |Sponsor:
-+-
Changes (by dgoulet):

 * status:  needs_review => needs_revision


Comment:

 Commit message and changes file do not mention:

 {{{
 +#ifdef __NR_prlimit
 +SCMP_SYS(prlimit),
 +#endif
 }}}

 Sure we want it in? If so, I would just document it.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #24969 [Core Tor/Tor]: Allow sleep() in the sandbox

2018-04-18 Thread Tor Bug Tracker & Wiki
#24969: Allow sleep() in the sandbox
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.4.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.5.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  tor-crash, 034-triage-20180328,  |  Actual Points:  0
  034-must fast-fix crash 029-backport   |
  031-backport 032-backport 033-backport |
Parent ID:   | Points:  0.2
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-crash, 034-triage-20180328, 034-must fast-fix crash =>
 tor-crash, 034-triage-20180328, 034-must fast-fix crash 029-backport
 031-backport 032-backport 033-backport
 * status:  accepted => needs_review
 * actualpoints:   => 0


Comment:

 Trivial fix in `bug24969_029`.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #24969 [Core Tor/Tor]: Allow sleep() in the sandbox

2018-04-05 Thread Tor Bug Tracker & Wiki
#24969: Allow sleep() in the sandbox
-+-
 Reporter:  teor |  Owner:  nickm
 Type:  defect   | Status:
 |  accepted
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.4.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.5.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  tor-crash, 034-triage-20180328,  |  Actual Points:
  034-must fast-fix crash|
Parent ID:   | Points:  0.2
 Reviewer:   |Sponsor:
-+-
Changes (by nickm):

 * keywords:  tor-crash, 034-triage-20180328, 034-removed-20180328 => tor-
 crash, 034-triage-20180328, 034-must fast-fix crash
 * owner:  (none) => nickm
 * status:  new => accepted


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #24969 [Core Tor/Tor]: Allow sleep() in the sandbox

2018-01-22 Thread Tor Bug Tracker & Wiki
#24969: Allow sleep() in the sandbox
--+
 Reporter:  teor  |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor  |Version:  Tor: 0.2.5.1-alpha
 Severity:  Normal|   Keywords:  tor-crash
Actual Points:|  Parent ID:
   Points:  0.2   |   Reviewer:
  Sponsor:|
--+
 try_locking() will sleep() if there is another Tor instance using the data
 directory. If the sandbox is enabled, this will cause Tor to crash.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs