aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
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/firejail-profile.txt
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/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt4
1 files changed, 4 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