diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-02-09 15:20:17 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-02-09 15:20:17 +0000 |
commit | f99098cca406369aeff149bd5e70662de934ec08 (patch) | |
tree | 66f8afee80134ab251508953e952256eedced225 /ChangeLog | |
parent | f95ab837929d0b70ecc87e052f58a2038408c54b (diff) | |
download | tor-f99098cca406369aeff149bd5e70662de934ec08.tar tor-f99098cca406369aeff149bd5e70662de934ec08.tar.gz |
Use prctl to reenable core dumps when we have setuid to a non-root user.
svn:r18449
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ Changes in version 0.2.1.13-????? - 2009-0?-?? + o Minor features: + - On Linux, use the prctl call to re-enable core dumps when the user + is option is set. Changes in version 0.2.1.12-alpha - 2009-02-08 |