summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-09-02 11:12:53 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-09-02 11:12:53 -0400
commit31e407b3631384df8ba9df9e71a65509f446931f (patch)
treea5c740f4dea5d82f56bd3fe78b4b8c9622deb51e /src/man
parentImprove seccomp support for non-x86 architectures (diff)
downloadfirejail-31e407b3631384df8ba9df9e71a65509f446931f.tar.gz
firejail-31e407b3631384df8ba9df9e71a65509f446931f.tar.zst
firejail-31e407b3631384df8ba9df9e71a65509f446931f.zip
--profile.print option
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 9ae5d6782..a70f662fd 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1424,6 +1424,19 @@ Example:
1424$ firejail \-\-profile=myprofile 1424$ firejail \-\-profile=myprofile
1425 1425
1426.TP 1426.TP
1427\fB\-\-profile.print=name|pid
1428Print the name of the profile file for the sandbox identified by name or or PID.
1429.br
1430
1431.br
1432Example:
1433.br
1434$ firejail \-\-profile.print=browser
1435.br
1436/etc/firejail/firefox.profile
1437.br
1438
1439.TP
1427\fB\-\-profile-path=directory 1440\fB\-\-profile-path=directory
1428Use this directory to look for profile files. Use an absolute path or a path in the home directory starting with ~/. 1441Use this directory to look for profile files. Use an absolute path or a path in the home directory starting with ~/.
1429For more information, see \fBSECURITY PROFILES\fR section below and \fBRELOCATING PROFILE FILES\fR in 1442For more information, see \fBSECURITY PROFILES\fR section below and \fBRELOCATING PROFILE FILES\fR in