When run in chroot, the run action will bind mount the script's parent directory to /tmp/script inside the chroot.
In some cases, it might be useful to allow bind mounting additional subdirectories of the recipe.
One use case is a script that optionally installs locally-built packages. This is currently possible but one has to put these packages under (a subdirectory of) the script's parent directory, which might not be ideal if one wants to keep the scripts in one place and local artifacts in a separate place.