From 8fdc4029ad9bd2489aa0266bbbcaefac4fb239d1 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 11 Feb 2016 09:03:35 -0500 Subject: set sandbox nice value --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'README.md') 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: The filter is loaded by default for Firefox if a network namespace is configured: ````` $ firejail --net=eth0 firefox -````` \ No newline at end of file +````` + +## Set sandbox nice value +````` + --nice=value + Set nice value for all processes running inside the sandbox. + + Example: + $ firejail --nice=-5 firefox +````` + -- cgit v1.2.3-54-g00ecf