summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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