aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index de03af56c..fc52d4b79 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -47,7 +47,7 @@ Linux programs, such as Mozilla Firefox, Chromium, VLC, Transmission etc.
47Without any options, the sandbox consists of a chroot filesystem build in a new mount namespace, 47Without any options, the sandbox consists of a chroot filesystem build in a new mount namespace,
48and new PID and UTS namespaces. IPC, network and user namespaces can be added using the command line options. 48and new PID and UTS namespaces. IPC, network and user namespaces can be added using the command line options.
49The default Firejail filesystem is based on the host filesystem with the main directories mounted read-only. 49The default Firejail filesystem is based on the host filesystem with the main directories mounted read-only.
50Only /home, /tmp and /var directories are writable. 50Only /home and /tmp are writable.
51.PP 51.PP
52As it starts up, Firejail tries to find a security profile based on the name of the application. 52As it starts up, Firejail tries to find a security profile based on the name of the application.
53If an appropriate profile is not found, Firejail will use a default profile. 53If an appropriate profile is not found, Firejail will use a default profile.