Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 245 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 245 Bytes

Use libseccomp to force glibc to use clone instead of clone3 at runtime.

To use, preload libnoclone3 and set NOCLONE3 in the environment, ex:

NOCLONE3=1 LD_PRELOAD=/tmp/libnoclone3.so.0.0.0 vim