FS#14842 - [open-vm-tools] insecure RPATH
Attached to Project:
Community Packages
Opened by Gerardo Exequiel Pozzi (djgera) - Tuesday, 26 May 2009, 16:28 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 27 May 2009, 09:39 GMT
Opened by Gerardo Exequiel Pozzi (djgera) - Tuesday, 26 May 2009, 16:28 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 27 May 2009, 09:39 GMT
|
Details
Description: Files under /usr/lib/open-vm-tools/plugins/
contains insecure RPATH like:
/home/sergej/community.cvs/system/open-vm-tools/src/open-vm-tools-2009.04.23-162451/services/plugins/hgfsServer/.libs:/home/sergej/community.cvs/system/open-vm-tools/src/open-vm-tools-2009.04.23-162451/libvmtools/.libs:/home/sergej/community.cvs/system/open-vm-tools/src/open-vm-tools-2009.04.23-162451 Additional info: open-vm-tools-2009.04.23-6 References: |
This task depends upon
cd $pkgdir && find -type f -exec sh -c "file {} | grep ELF >/dev/null && echo {} && chrpath -d {}" \;