updating slighty the sandbox readme (#10357)

This commit is contained in:
David CARLIER 2018-06-15 15:26:34 +01:00 committed by radare
parent 0d7774a657
commit 68177064b4
1 changed files with 10 additions and 2 deletions

View File

@ -19,8 +19,8 @@ the rules are described in a lispy .sb file:
**NOTE**: r2 -S is an alias for -e cfg.sandbox=true
OpenBSD (starting to 5.9)
-------------------------
OpenBSD (from 5.9)
------------------
OpenBSD comes with support for sandboxing using the pledge(2) syscall.
@ -45,6 +45,14 @@ Run with the generated profile
$ systrace -a r2 -S /bin/ls
FreeBSD (from 10.0)
-------------------
FreeBSD comes with the Capsicum framework support,
using cap_enter(2).
Operations limited on what basic capability mode support.
Other
-----