diff options
author | teor <teor2345@gmail.com> | 2015-07-08 02:17:31 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2015-07-08 02:17:31 +1000 |
commit | 57c61f39a0bf0b2e40f58719893a798189f6634f (patch) | |
tree | 329bb121f62653155185c57877838931f8487657 /changes/bug16515-sandbox-cloexec | |
parent | 19440b9e58b3d824057abd3a0faf08fd7cb891ff (diff) | |
download | tor-57c61f39a0bf0b2e40f58719893a798189f6634f.tar.gz tor-57c61f39a0bf0b2e40f58719893a798189f6634f.zip |
Always use the sandbox in tor_open_cloexec
Use the sandbox in tor_open_cloexec, whether or not O_CLOEXEC is defined.
Patch by "teor". Fix on 0.2.3.1-alpha.
Diffstat (limited to 'changes/bug16515-sandbox-cloexec')
-rw-r--r-- | changes/bug16515-sandbox-cloexec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug16515-sandbox-cloexec b/changes/bug16515-sandbox-cloexec new file mode 100644 index 0000000000..2130f85911 --- /dev/null +++ b/changes/bug16515-sandbox-cloexec @@ -0,0 +1,3 @@ + o Minor fixes (sandbox, files): + - Use the sandbox in tor_open_cloexec whether or not O_CLOEXEC is defined. + Patch by "teor". Fix on 0.2.3.1-alpha. |