updating slighty the sandbox readme (#10357)
This commit is contained in:
parent
0d7774a657
commit
68177064b4
|
@ -19,8 +19,8 @@ the rules are described in a lispy .sb file:
|
||||||
**NOTE**: r2 -S is an alias for -e cfg.sandbox=true
|
**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.
|
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
|
$ 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
|
Other
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue