dot_sandbox.1 831 B

1234567891011121314151617181920212223242526272829
  1. .TH DOT_SANDBOX 1
  2. .SH NAME
  3. dot_sandbox \- Graphviz sandbox
  4. .SH SYNOPSIS
  5. \fBdot_sandbox\fR \fIoptions...\fR
  6. .SH DESCRIPTION
  7. This program is a wrapper around Graphviz. It aims to provide a safe environment
  8. for the processing of untrusted input graphs and command line options. More
  9. precisely:
  10. .RS
  11. .IP \[bu] 2
  12. No network access will be allowed.
  13. .IP \[bu]
  14. The file system will be read-only. Command line options like \fB\-o ...\fR and
  15. \fB\-O\fR will not work. It is expected that the caller will render to
  16. \fBstdout\fR and pipe the output to their desired file.
  17. .RE
  18. .PP
  19. The command line options to \fBdot_sandbox\fR are command line options to be
  20. passed to \fBdot\fR. Options are passed through unmodified.
  21. .PP
  22. The following sandboxing mechanisms are supported:
  23. .RS
  24. .IP \[bu] 2
  25. Bubblewrap
  26. .RE
  27. .SH "SEE ALSO"
  28. .BR dot (1),
  29. .BR bwrap (1)