about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-11-06 18:26:44 +0000
committerUlrich Drepper <drepper@redhat.com>2007-11-06 18:26:44 +0000
commit7fe4e0e892dad84aaf383bc130f4909f9b4b380d (patch)
tree3fb397423c34f7eab0ea77dd1d80d2b96b180dbc /ChangeLog
parentb92e378086449e2707b8b2fd3d2f50cc0b8871e9 (diff)
downloadglibc-7fe4e0e892dad84aaf383bc130f4909f9b4b380d.tar.gz
glibc-7fe4e0e892dad84aaf383bc130f4909f9b4b380d.tar.xz
glibc-7fe4e0e892dad84aaf383bc130f4909f9b4b380d.zip
* nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
	old headers, don't call avc_has_perm if we don't have the
	permission information.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6d92a9312..32e8b62766 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-06  Ulrich Drepper  <drepper@redhat.com>
+
+	* nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
+	old headers, don't call avc_has_perm if we don't have the
+	permission information.
+
 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
 
 	* elf/rtld.c (dl_main): Use the page size to find the map start.