aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-05-02 09:08:07 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-05-02 09:08:07 -0400
commit7bd26cefd0b43c2fa43a60d87ccec134e854f521 (patch)
tree70cf0acc60a06504690f5393106a4c05d1fc3ed6 /src/man
parentcleanup (diff)
downloadfirejail-7bd26cefd0b43c2fa43a60d87ccec134e854f521.tar.gz
firejail-7bd26cefd0b43c2fa43a60d87ccec134e854f521.tar.zst
firejail-7bd26cefd0b43c2fa43a60d87ccec134e854f521.zip
don't allow negative values for nice when running as regular user
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 19415a332..6be278063 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -800,12 +800,13 @@ PID User RX(KB/s) TX(KB/s) Command
800.TP 800.TP
801\fB\-\-nice=value 801\fB\-\-nice=value
802Set nice value for all processes running inside the sandbox. 802Set nice value for all processes running inside the sandbox.
803Only root may specify a negative value.
803.br 804.br
804 805
805.br 806.br
806Example: 807Example:
807.br 808.br
808$ firejail --nice=-5 firefox 809$ firejail --nice=2 firefox
809 810
810 811
811.TP 812.TP