-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Hi,
I'm trying out oss-fuzz locally, but the resulting image ends up with unreadable permissions.
The simplest way to reproduce is the following:
git clone git@github.com:google/oss-fuzz.git
cd oss-fuzz
Generate a sample project (automatically creates the proper project directory with required files)
python infra/helper.py generate test
Comment out this line from projects/test/Dockerfile : RUN git clone --depth 1 <git_url> test # or use other version control
Finally start a shell for that project (will automatically create image if needed)
python infra/helper.py shell test
ls /work
ls: cannot open directory '/work': Permission denied
ls /out
ls: cannot open directory '/out': Permission denied
Metadata
Metadata
Assignees
Labels
No labels