aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 625df6554..5f3ffbd8a 100644
--- a/README.md
+++ b/README.md
@@ -68,4 +68,14 @@ The current netfilter configuration (--netfilter option) looks like this:
68The filter is loaded by default for Firefox if a network namespace is configured: 68The filter is loaded by default for Firefox if a network namespace is configured:
69````` 69`````
70$ firejail --net=eth0 firefox 70$ firejail --net=eth0 firefox
71````` \ No newline at end of file 71`````
72
73## Set sandbox nice value
74`````
75 --nice=value
76 Set nice value for all processes running inside the sandbox.
77
78 Example:
79 $ firejail --nice=-5 firefox
80`````
81