aboutsummaryrefslogtreecommitdiffstats
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
parentfixed make dist (diff)
downloadfirejail-ab2d6f826c0c4bf3afd9a77e9853c5d94b068455.tar.gz
firejail-ab2d6f826c0c4bf3afd9a77e9853c5d94b068455.tar.zst
firejail-ab2d6f826c0c4bf3afd9a77e9853c5d94b068455.zip
man page fix
-rw-r--r--README2
-rw-r--r--src/man/firejail.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index dcb95b133..16625ffff 100644
--- a/README
+++ b/README
@@ -18,6 +18,8 @@ License: GPL v2
18Firejail Authors: 18Firejail Authors:
19 19
20netblue30 (netblue30@yahoo.com) 20netblue30 (netblue30@yahoo.com)
21avoidr (https://github.com/avoidr)
22 - blacklist ncat
21Peter Hogg (https://github.com/pigmonkey) 23Peter Hogg (https://github.com/pigmonkey)
22 - WeeChat profile 24 - WeeChat profile
23rogshdo (https://github.com/rogshdo) 25rogshdo (https://github.com/rogshdo)
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.