syzkaller icon indicating copy to clipboard operation
syzkaller copied to clipboard

executor: mount bin and lib dirs to fuzzing sandbox

Open benkittner opened this issue 8 months ago • 1 comments

Added bin and lib dirs to fuzzing sandbox to support system system calls that require provisioning utilities (fs)

benkittner avatar Mar 05 '25 17:03 benkittner

It may be better to provide executor/common_ext.h extension point to alter the sandbox for forks. The list of dirs we need to mount can go on and on, and that unused clutter appears in reproducers sent to upstream kernel developers.

dvyukov avatar Mar 10 '25 17:03 dvyukov