From dba303e38da3df1de61310769f224c84ce930316 Mon Sep 17 00:00:00 2001 From: inferno-chromium Date: Tue, 29 Nov 2016 11:47:37 -0800 Subject: [PATCH] Update fuzzer_environment.md --- docs/fuzzer_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fuzzer_environment.md b/docs/fuzzer_environment.md index 2a5e07c3d..d32cdbe1e 100644 --- a/docs/fuzzer_environment.md +++ b/docs/fuzzer_environment.md @@ -8,7 +8,7 @@ You should not make any assumptions about the current working directory of your fuzzer. If you need to load data files, please use `argv[0]` to get the directory where your fuzzer executable is located. -## Filesystem +## File system Everything except `/tmp` is read-only, including the directory that your fuzzer executable lives in. Note that `/tmp` is limited in size (64MB).