Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: man: Note that some commands can be disabled in firejail.config #5366

Merged
merged 7 commits into from
Sep 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/man/firejail.txt
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ Print content of file from sandbox container, see FILE TRANSFER section for more
Chroot the sandbox into a root filesystem. Unlike the regular filesystem container,
the system directories are mounted read-write. If the sandbox is started as a
regular user, nonewprivs and a default capabilities filter are enabled.
Disabled by default in firejail.config.
kmk3 marked this conversation as resolved.
Show resolved Hide resolved
.br

.br
Expand Down Expand Up @@ -2085,6 +2086,7 @@ The files and directories in the list must be expressed as relative to
the /lib directory.
The idea is to build a new /lib in a temporary filesystem,
with only the library files necessary to run the application.
Disabled by default in firejail.config.
It could be as simple as:
.br

Expand Down Expand Up @@ -2817,6 +2819,7 @@ parent is shutting down, bye...
\fB\-\-tracelog
This option enables auditing blacklisted files and directories. A message
is sent to syslog in case the file or the directory is accessed.
Disabled by default in firejail.config.
.br

.br
Expand Down