pwstore icon indicating copy to clipboard operation
pwstore copied to clipboard

ruby2: fix fds.

Open robbat2 opened this issue 11 years ago • 0 comments

One of the Ruby 1.9->Ruby 2 upstream changes was that the handling of file descriptors on exec calls had two changes in defaults:

  • All non-primary FDs are closed by default
  • All FDs have CLOEXEC/close_on_exec set: http://ruby-doc.org/core-2.2.0/IO.html#method-i-close_on_exec-3D

Fixes formorer/pwstore#3

Signed-off-by: Robin H. Johnson [email protected]

robbat2 avatar Jan 10 '15 04:01 robbat2