aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-29 07:46:34 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-29 07:46:34 -0500
commitab2d6f826c0c4bf3afd9a77e9853c5d94b068455 (patch)
tree6270948dc26f8f2922a51bb62a640f5b6e778ee4 /src
parentfixed make dist (diff)
downloadfirejail-ab2d6f826c0c4bf3afd9a77e9853c5d94b068455.tar.gz
firejail-ab2d6f826c0c4bf3afd9a77e9853c5d94b068455.tar.zst
firejail-ab2d6f826c0c4bf3afd9a77e9853c5d94b068455.zip
man page fix
Diffstat (limited to 'src')
-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.