From 1379851360349d6617ad32944a25ee5e2bb74fc2 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 8 Aug 2015 19:12:30 -0400 Subject: Baseline firejail 0.9.28 --- README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 000000000..dde1bfcbb --- /dev/null +++ b/README @@ -0,0 +1,28 @@ +Firejail is a SUID sandbox program that reduces the risk of security +breaches by restricting the running environment of untrusted applications +using Linux namespaces and seccomp-bpf. It includes sandbox profiles for +Iceweasel/Mozilla Firefox, Chromium, Midori, Opera, Evince, Transmission, +VLC, Audoacious, Clementine, Rhythmbox, Totem, Deluge and qBittorrent. + +Firejail also expands the restricted shell facility found in bash by adding +Linux namespace support. It supports sandboxing specific users upon login. + +Download: http://sourceforge.net/projects/firejail/files/ +Build and install: ./configure && make && sudo make install +Documentation and support: http://firejail.sourceforge.net +License: GPL v2 + +Firejail Authors: + +netblue30 (netblue30@yahoo.com) +Patrick Toomey (http://sourceforge.net/u/ptoomey/profile/) + - user namespace implementation, ticket 10 +Reiner Herrmann - a number of build patches, man page fixes (tickets 11, 12, 13, 19) +sshirokov (http://sourceforge.net/u/yshirokov/profile/) + - Patch to output "Reading profile" to stderr instead of stdout (ticket 15) +Alexey Kuznetsov, + - src/lib/libnetlink.c extracted from iproute2 software package +G4JC (http://sourceforge.net/u/gaming4jc/profile/) + - ARM support (ticket 17) + +Copyright (C) 2014, 2015 Firejail Authors -- cgit v1.2.3-54-g00ecf