aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-08-05 13:33:54 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-08-05 13:33:54 +0000
commit5c2869e571e7847ce346616d2cc2db4d76f96b14 (patch)
tree1dee3a61673b0892f59369f86b1f22ce998e284a /ChangeLog
parentAdd /dev/tts to write permit, bug #42809. (diff)
downloadsandbox-5c2869e571e7847ce346616d2cc2db4d76f96b14.tar.gz
sandbox-5c2869e571e7847ce346616d2cc2db4d76f96b14.tar.bz2
sandbox-5c2869e571e7847ce346616d2cc2db4d76f96b14.zip
Do not give an access violation if the access() system call do not have
write/read access - it does not actually modify, so we only need to return not being able to write/read. Noted by Andres Loeh <kosmikus@gentoo.org>, bug #101433. URL: http://bugs.gentoo.org/101433 Signed-off-by: Martin Schlemmer <azarah@gentoo.org> Reported-by: Andres Loeh <kosmikus@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f970a4..3907b1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header$
+ 05 Aug 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c:
+
+ Do not give an access violation if the access() system call do not have
+ write/read access - it does not actually modify, so we only need to return
+ not being able to write/read. Noted by Andres Loeh <kosmikus@gentoo.org>,
+ bug #101433.
+
01 Aug 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c:
Still do normal log if debugging is requested.