aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 9833e078e..0d402a854 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Clementine, Rhythmbox, Totem, Deluge, qBittorrent, DeaDBeeF, Dropbox, Empathy,
8FileZilla, IceCat, Thunderbird/Icedove, Pidgin, Quassel, and XChat. 8FileZilla, IceCat, Thunderbird/Icedove, Pidgin, Quassel, and XChat.
9 9
10Firejail also expands the restricted shell facility found in bash by adding 10Firejail also expands the restricted shell facility found in bash by adding
11Linux namespace support. It supports sandboxing specific users upon login. 11Linux namespace support. It supports sandboxing specific users upon login.
12 12
13Download: https://sourceforge.net/projects/firejail/files/ 13Download: https://sourceforge.net/projects/firejail/files/
14Build and install: ./configure && make && sudo make install 14Build and install: ./configure && make && sudo make install
@@ -28,7 +28,7 @@ Compile and install the mainline version from GitHub:
28 cd firejail 28 cd firejail
29 ./configure && make && sudo make install-strip 29 ./configure && make && sudo make install-strip
30 30
31On Debian/Ubuntu you will need to install git and gcc. AppArmor development 31On Debian/Ubuntu you will need to install git and gcc. AppArmor development
32libraries and pkg-config are required when using the --enable-apparmor 32libraries and pkg-config are required when using the --enable-apparmor
33./configure option: 33./configure option:
34 34