aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt31
1 files changed, 28 insertions, 3 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index bb8c64dc9..a523e51cb 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -88,6 +88,12 @@ $ firejail --appimage --private krita-3.0-x86_64.appimage
88.br 88.br
89$ firejail --appimage --net=none --x11 krita-3.0-x86_64.appimage 89$ firejail --appimage --net=none --x11 krita-3.0-x86_64.appimage
90.TP 90.TP
91\fB\-\-audit
92Audit the sandbox, see \fBAUDIT\fR section for more details.
93.TP
94\fB\-\-audit=test-program
95Audit the sandbox, see \fBAUDIT\fR section for more details.
96.TP
91\fB\-\-bandwidth=name|pid 97\fB\-\-bandwidth=name|pid
92Set bandwidth limits for the sandbox identified by name or PID, see \fBTRAFFIC SHAPING\fR section for more details. 98Set bandwidth limits for the sandbox identified by name or PID, see \fBTRAFFIC SHAPING\fR section for more details.
93.TP 99.TP
@@ -1691,15 +1697,15 @@ The shaper works at sandbox level, and can be used only for sandboxes configured
1691 1697
1692Set rate-limits: 1698Set rate-limits:
1693 1699
1694 firejail --bandwidth=name|pid set network download upload 1700 $ firejail --bandwidth=name|pid set network download upload
1695 1701
1696Clear rate-limits: 1702Clear rate-limits:
1697 1703
1698 firejail --bandwidth=name|pid clear network 1704 $ firejail --bandwidth=name|pid clear network
1699 1705
1700Status: 1706Status:
1701 1707
1702 firejail --bandwidth=name|pid status 1708 $ firejail --bandwidth=name|pid status
1703 1709
1704where: 1710where:
1705.br 1711.br
@@ -1723,6 +1729,25 @@ Example:
1723.br 1729.br
1724 $ firejail \-\-bandwidth=mybrowser clear eth0 1730 $ firejail \-\-bandwidth=mybrowser clear eth0
1725 1731
1732.SH AUDIT
1733Audit feature allows the user to point out gaps in security profiles. The
1734implementation replaces the program to be sandboxed with a test program. By
1735default, we use faudit program distributed with Firejail. A custom test program
1736can also be supplied by the user. Examples:
1737
1738Running the default audit program:
1739.br
1740 $ firejail --audit transmission-gtk
1741
1742Running a custom audit program:
1743.br
1744 $ firejail --audit=~/sandbox-test transmission-gtk\n\n");
1745
1746In the examples above, the sandbox configures transmission-gtk profile and
1747starts the test program. The real program, transmission-gtk, will not be
1748started.
1749
1750
1726.SH MONITORING 1751.SH MONITORING
1727Option \-\-list prints a list of all sandboxes. The format 1752Option \-\-list prints a list of all sandboxes. The format
1728for each process entry is as follows: 1753for each process entry is as follows: