From b689b69f6c3b8a8ba633d6300cef6a19972d53dc Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 9 Mar 2023 12:46:11 -0500 Subject: make --private-lib a compile time option, disabled by default --- src/man/firejail-profile.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/man/firejail-profile.txt') diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt index 3fa07d1ee..fa294d888 100644 --- a/src/man/firejail-profile.txt +++ b/src/man/firejail-profile.txt @@ -407,12 +407,14 @@ the current user's home directory. All modifications are discarded when the sandbox is closed. #endif +#ifdef HAVE_PRIVATE_LIB .TP \fBprivate-lib file,directory Build a new /lib directory and bring in the libraries required by the application to run. The files and directories in the list must be expressed as relative to the /lib directory. This feature is still under development, see \fBman 1 firejail\fR for some examples. +#endif .TP \fBprivate-opt file,directory Build a new /opt in a temporary -- cgit v1.2.3-54-g00ecf