From e9166dc417066e90bd2e544f0a2c79af159d43e7 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 14 Jan 2016 12:10:55 -0500 Subject: join command enhancements --- src/man/firejail.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'src/man') diff --git a/src/man/firejail.txt b/src/man/firejail.txt index 895b7a3af..66ec40ce9 100644 --- a/src/man/firejail.txt +++ b/src/man/firejail.txt @@ -530,6 +530,34 @@ $ firejail \-\-list .br $ firejail \-\-join=3272 +.TP +\fB\-\-join-filesystem=name +Join the mount namespace of the sandbox identified by name. By default a /bin/bash shell is started after joining the sandbox. +If a program is specified, the program is run in the sandbox. This command is available only to root user. +Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox. + +.TP +\fB\-\-join-filesystem=pid +Join the mount namespace of the sandbox identified by process ID. By default a /bin/bash shell is started after joining the sandbox. +If a program is specified, the program is run in the sandbox. This command is available only to root user. +Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox. + +.TP +\fB\-\-join-network=name +Join the network namespace of the sandbox identified by name. By default a /bin/bash shell is started after joining the sandbox. +If a program is specified, the program is run in the sandbox. This command is available only to root user. +Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox. + +.TP +\fB\-\-join-network=pid +Join the network namespace of the sandbox identified by process ID. By default a /bin/bash shell is started after joining the sandbox. +If a program is specified, the program is run in the sandbox. This command is available only to root user. +Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox. + + + + + .TP \fB\-\-list List all sandboxes, see \fBMONITORING\fR section for more details. -- cgit v1.2.3-54-g00ecf