From 4f10352146e7b4b235ec1e90f961d03c2a5dd314 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 20 Feb 2025 08:10:43 -0300 Subject: [PATCH] docs: note that --build may generate a non-functional profile Users might expect `--build` to generate a complete and working profile (see #6651), so clarify that this is not really the case. --- src/man/firejail.1.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/man/firejail.1.in b/src/man/firejail.1.in index ea4cb235d2..af51b6b792 100644 --- a/src/man/firejail.1.in +++ b/src/man/firejail.1.in @@ -226,6 +226,12 @@ The program is run in a very relaxed sandbox, with only \-\-caps.drop=all and Programs that raise user privileges are not supported. .br +.br +Note: This option is intended for profile debugging and development. +The profile that is generated may be incomplete and non-functional. +If you want to try to create a new profile, see CONTRIBUTING.md. +.br + .br Example: .br @@ -240,6 +246,12 @@ The program is run in a very relaxed sandbox, with only \-\-caps.drop=all and Programs that raise user privileges are not supported. .br +.br +Note: This option is intended for profile debugging and development. +The profile that is generated may be incomplete and non-functional. +If you want to try to create a new profile, see CONTRIBUTING.md. +.br + .br Example: .br