[oe-commits] Aloisio Almeida Jr : bash-noemu: Adding patch to prevent dlopen in runtime

GIT User account git at amethyst.openembedded.net
Thu Oct 23 21:34:45 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 536e078b7ac3f622801c252303d0b24d05e1ab7e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=536e078b7ac3f622801c252303d0b24d05e1ab7e

Author: Aloisio Almeida Jr <aloisio.almeida at openbosssa.org>
Date:   Fri Aug  1 18:15:09 2008 -0300

bash-noemu: Adding patch to prevent dlopen in runtime

    The solution adopted was "copy" the following libc functions from libc:
    * setpwent
    * endpwent
    * getpwent
    * getpwuid

    With this patch bash looses the capability of NSS, it will just read info from /etc/passwd file

---

 .../006-add_internal_libcpwd_functions.patch       |  752 ++++++++++++++++++++
 packages/mamona/bash-noemu_3.2.bb                  |    3 +-
 2 files changed, 754 insertions(+), 1 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=536e078b7ac3f622801c252303d0b24d05e1ab7e




More information about the Openembedded-commits mailing list