aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md11
-rw-r--r--src/man/firecfg.txt10
2 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9b570d0bd..efcaf502d 100644
--- a/README.md
+++ b/README.md
@@ -233,6 +233,17 @@ Milestone page: https://github.com/netblue30/firejail/milestone/1
233 $ firejail --oom=300 firefox 233 $ firejail --oom=300 firefox
234````` 234`````
235 235
236### Guided configuration
237`````
238$ man firecfg
239[...]
240 --guide
241 Guided configuration for new users.
242
243 Example:
244 $ sudo firecfg --guide
245`````
246
236### Profile Statistics 247### Profile Statistics
237 248
238A small tool to print profile statistics. Compile and install as usual. The tool is installed in /usr/lib/firejail directory. 249A small tool to print profile statistics. Compile and install as usual. The tool is installed in /usr/lib/firejail directory.
diff --git a/src/man/firecfg.txt b/src/man/firecfg.txt
index 189e9cc8d..280a4aff1 100644
--- a/src/man/firecfg.txt
+++ b/src/man/firecfg.txt
@@ -82,6 +82,16 @@ a long time ago, and the introduction of PID namespace in Linux kernel breaks th
82reportedly fixed in PulseAudio version 9. If you have sound problems on your system, run 82reportedly fixed in PulseAudio version 9. If you have sound problems on your system, run
83"firecfg --fix-sound" command in a terminal, followed by logout/login in order to apply the changes. 83"firecfg --fix-sound" command in a terminal, followed by logout/login in order to apply the changes.
84.TP 84.TP
85\fB\-\-guide
86Guided configuration for new users.
87.br
88
89.br
90Example:
91.br
92$ sudo firecfg --guide
93.br
94.TP
85\fB\-\-debug 95\fB\-\-debug
86Print debug messages. 96Print debug messages.
87.TP 97.TP