aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-05-23 07:59:42 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-05-23 07:59:42 -0400
commit9041294b839d3dab5bd434205248401198dc6ad1 (patch)
treec10f465b916dede50481d539fb49350f01f4bc6f /README.md
parentunbound: seccomp cleanup (diff)
downloadfirejail-9041294b839d3dab5bd434205248401198dc6ad1.tar.gz
firejail-9041294b839d3dab5bd434205248401198dc6ad1.tar.zst
firejail-9041294b839d3dab5bd434205248401198dc6ad1.zip
config guide (firecfg --guide) man page
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 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.