aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-09-10 08:15:42 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-09-10 08:15:42 -0400
commit79db355e0ac8ef96ba499488a4beb9ad7ff9a67c (patch)
treec98205359224bb1a0b6f2723755ec906f210d15c /README
parentimplemented --whitelist option (diff)
downloadfirejail-79db355e0ac8ef96ba499488a4beb9ad7ff9a67c.tar.gz
firejail-79db355e0ac8ef96ba499488a4beb9ad7ff9a67c.tar.zst
firejail-79db355e0ac8ef96ba499488a4beb9ad7ff9a67c.zip
0.9.30-rc10.9.30-rc1
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 7 insertions, 4 deletions
diff --git a/README b/README
index 206655487..f8f73ff1a 100644
--- a/README
+++ b/README
@@ -2,14 +2,17 @@ Firejail is a SUID sandbox program that reduces the risk of security
2breaches by restricting the running environment of untrusted applications 2breaches by restricting the running environment of untrusted applications
3using Linux namespaces and seccomp-bpf. It includes sandbox profiles for 3using Linux namespaces and seccomp-bpf. It includes sandbox profiles for
4Iceweasel/Mozilla Firefox, Chromium, Midori, Opera, Evince, Transmission, 4Iceweasel/Mozilla Firefox, Chromium, Midori, Opera, Evince, Transmission,
5VLC, Audoacious, Clementine, Rhythmbox, Totem, Deluge and qBittorrent. 5VLC, Audoacious, Clementine, Rhythmbox, Totem, Deluge, qBittorrent.
6DeaDBeeF, Dropbox, Empathy, FileZilla, IceCat, Thunderbird/Icedove,
7Pidgin, Quassel and XChat.
6 8
7Firejail also expands the restricted shell facility found in bash by adding 9Firejail also expands the restricted shell facility found in bash by adding
8Linux namespace support. It supports sandboxing specific users upon login. 10Linux namespace support. It supports sandboxing specific users upon login.
9 11
10Download: http://sourceforge.net/projects/firejail/files/ 12Download: http://sourceforge.net/projects/firejail/files/
11Build and install: ./configure && make && sudo make install 13Build and install: ./configure && make && sudo make install
12Documentation and support: http://firejail.sourceforge.net 14Documentation and support: https://l3net.wordpress.com/projects/firejail/
15Development: https://github.com/netblue30/firejail
13License: GPL v2 16License: GPL v2
14 17
15Firejail Authors: 18Firejail Authors:
@@ -30,8 +33,6 @@ Patrick Toomey (http://sourceforge.net/u/ptoomey/profile/)
30Reiner Herrmann - a number of build patches, man page fixes, Debian integration 33Reiner Herrmann - a number of build patches, man page fixes, Debian integration
31sshirokov (http://sourceforge.net/u/yshirokov/profile/) 34sshirokov (http://sourceforge.net/u/yshirokov/profile/)
32 - Patch to output "Reading profile" to stderr instead of stdout 35 - Patch to output "Reading profile" to stderr instead of stdout
33Alexey Kuznetsov (kuznet@ms2.inr.ac.ru)
34 - src/lib/libnetlink.c extracted from iproute2 software package
35G4JC (http://sourceforge.net/u/gaming4jc/profile/) 36G4JC (http://sourceforge.net/u/gaming4jc/profile/)
36 - ARM support 37 - ARM support
37dewbasaur (https://github.com/dewbasaur) 38dewbasaur (https://github.com/dewbasaur)
@@ -43,5 +44,7 @@ mjudtmann (https://github.com/mjudtmann)
43 - lock firejail configuration in disable-mgmt.inc 44 - lock firejail configuration in disable-mgmt.inc
44iiotx (https://github.com/iiotx) 45iiotx (https://github.com/iiotx)
45 - use generci.profile by default 46 - use generci.profile by default
47Alexey Kuznetsov (kuznet@ms2.inr.ac.ru)
48 - src/lib/libnetlink.c extracted from iproute2 software package
46 49
47Copyright (C) 2014, 2015 Firejail Authors 50Copyright (C) 2014, 2015 Firejail Authors