summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2012-07-03 22:48:31 +1000
committerDarren Tucker <dtucker@zip.com.au>2012-07-03 22:48:31 +1000
commitd545a4b9749fef6613b556b2191f6cb898fcb60f (patch)
tree1e8e8f1291dce0bbf7a7fbb53fd6cabed069fe1b /ChangeLog
parent60395f91c6987c17b3f9a783350e34d35896961b (diff)
- (dtucker) [configure.ac sandbox-rlimit.c] Test whether or not
setrlimit(RLIMIT_FSIZE, rl_zero) and skip it if it's not supported. Its benefit is minor, so it's not worth disabling the sandbox if it doesn't work.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd174a476..2c998748e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
120120703 120120703
2 - (dtucker) [configure.ac] Detect platforms that can't use select(2) with 2 - (dtucker) [configure.ac] Detect platforms that can't use select(2) with
3 setrlimit(RLIMIT_NOFILE, rl_zero) and disable the rlimit sandbox on those. 3 setrlimit(RLIMIT_NOFILE, rl_zero) and disable the rlimit sandbox on those.
4 - (dtucker) [configure.ac sandbox-rlimit.c] Test whether or not
5 setrlimit(RLIMIT_FSIZE, rl_zero) and skip it if it's not supported. Its
6 benefit is minor, so it's not worth disabling the sandbox if it doesn't
7 work.
4 8
520120702 920120702
6- (dtucker) OpenBSD CVS Sync 10- (dtucker) OpenBSD CVS Sync