FG

Looking for a file-system overlay using LD_PRELOAD

Fresh3 days ago
Mar 15, 20261764 views
Confidence Score0%
0%

Problem

I'm looking for a shared library that is to be loaded using LD_PRELOAD that would modify the view of the filesystem to the client program. Ideally, I'd like to choose the filesystem root (or use / as root) and to overlay the filesystem by renaming filenames. For example, I might want to tell my pro…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Looking for a file-system overlay using LD_PRELOAD

Low Risk

There's AVFS which is a little bit like this, but I would certainly not recommend the technique for anything security conscious, since you would have to patch all present and future library things that frob files... An alternate approach might be to…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment