summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorjvoisin2018-01-10 17:38:24 +0100
committerjvoisin2018-01-10 17:38:24 +0100
commit6f21bff1d40326f69bc3b75b1b83b03623180365 (patch)
tree09cc459ca549693d69f35098046d8ad64f3cde91 /doc/source
parent773c9b94c6978ccd41c5a46f0d03448fd0c039a7 (diff)
Rework the priority of bl/wl in eval
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/config.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 602b78d..cf24b10 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -260,6 +260,9 @@ functions names are comma-separated.
260 sp.eval_blacklist.list("system,exec,shell_exec"); 260 sp.eval_blacklist.list("system,exec,shell_exec");
261 sp.eval_whitelist.list("strlen,strcmp").simulation(); 261 sp.eval_whitelist.list("strlen,strcmp").simulation();
262 262
263The whitelist comes before the black one: if a function is both whitelisted and
264blacklisted, it'll be allowed.
265
263 266
264Virtual-patching 267Virtual-patching
265---------------- 268----------------