项目作者: dasJ

项目描述 :
Disable nscd with LD_PRELOAD
高级语言: C
项目地址: git://github.com/dasJ/nscd-disable.git
创建时间: 2020-06-13T14:14:41Z
项目社区:https://github.com/dasJ/nscd-disable

开源协议:MIT License

下载


nscd-disable

Simple library to LD_PRELOAD into any process causing it to stop using nscd.
If you don’t know what any of this means, this probably not the project for you.
Works around nix#2693.

Build it like this:

  1. gcc ./nscd-disable.c -o nscd-disable.so -fPIC -shared -ldl

Use it like this:

  1. LD_PRELOAD=nscd-disable.so id