aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-11 09:03:35 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-11 09:03:35 -0500
commit8fdc4029ad9bd2489aa0266bbbcaefac4fb239d1 (patch)
tree24b29e51104c6bda6700f1771becf7f41cdcaba0 /src/man
parentfix problem with relative path in storage_find function (diff)
downloadfirejail-8fdc4029ad9bd2489aa0266bbbcaefac4fb239d1.tar.gz
firejail-8fdc4029ad9bd2489aa0266bbbcaefac4fb239d1.tar.zst
firejail-8fdc4029ad9bd2489aa0266bbbcaefac4fb239d1.zip
set sandbox nice value
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt4
-rw-r--r--src/man/firejail.txt10
2 files changed, 14 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 20fd731e1..3ebb11549 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -228,6 +228,10 @@ Set the CPU cores available for this sandbox using \fBcpu\fR command. Examples:
228cpu 1,2,3 228cpu 1,2,3
229Use only CPU cores 0, 1 and 2. 229Use only CPU cores 0, 1 and 2.
230 230
231.TP
232nice -5
233Set a nice value of -5 to all processes running inside the sandbox.
234
231.SH Control Groups 235.SH Control Groups
232Place the sandbox in an existing control group specified by the full path of the task file using \fBcgroup\fR. Example: 236Place the sandbox in an existing control group specified by the full path of the task file using \fBcgroup\fR. Example:
233 237
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 784f1583e..bdd1bb1f6 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -761,6 +761,16 @@ PID User RX(KB/s) TX(KB/s) Command
761.br 761.br
7627383 netblue 9.045 0.112 firejail \-\-net=eth0 transmission 7627383 netblue 9.045 0.112 firejail \-\-net=eth0 transmission
763 763
764.TP
765\fB\-\-nice=value
766Set nice value for all processes running inside the sandbox.
767.br
768
769.br
770Example:
771.br
772$ firejail --nice=-5 firefox
773
764 774
765.TP 775.TP
766\fB\-\-noblacklist=dirname_or_filename 776\fB\-\-noblacklist=dirname_or_filename