From 82415fa1b0560a481cbaa9057a6eb357c92f4318 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Thu, 3 May 2012 19:21:18 -0400 Subject: [PATCH] policycoreutils: sandbox: manpage update to describe standard types add some definition to the standard types available for sandboxes so users have a way to know about them and what they are intended to be used for. Signed-off-by: Eric Paris Acked-by: Dan Walsh --- policycoreutils/sandbox/sandbox.8 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/policycoreutils/sandbox/sandbox.8 b/policycoreutils/sandbox/sandbox.8 index 3f05c797..00d9b371 100644 --- a/policycoreutils/sandbox/sandbox.8 +++ b/policycoreutils/sandbox/sandbox.8 @@ -41,6 +41,19 @@ Create a Sandbox with temporary files for $HOME and /tmp. .TP \fB\-t type\fR Use alternate sandbox type, defaults to sandbox_t or sandbox_x_t for -X. + +\fBExamples:\fR +.br +sandbox_t - No X, No Network Access, No Open, read/write on passed in file descriptors. +.br +sandbox_min_t - No Network Access +.br +sandbox_x_t - Printer Ports +.br +sandbox_web_t - Ports required for web browsing +.br +sandbox_net_t - All network ports + .TP \fB\-T\ tmpdir Use alternate tempory directory to mount on /tmp. Defaults to tmpfs. Requires -X or -M.