aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-16 08:19:40 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-16 08:19:40 -0400
commit5d054c8571802b820f431b430189c3a54ca42969 (patch)
treeb99231851f0c125291c277dd8c4d7eb202554163
parentMerge pull request #28 from mhaas/fix-some-compiler-warnings (diff)
downloadfirejail-5d054c8571802b820f431b430189c3a54ca42969.tar.gz
firejail-5d054c8571802b820f431b430189c3a54ca42969.tar.zst
firejail-5d054c8571802b820f431b430189c3a54ca42969.zip
admin work
-rw-r--r--README22
-rw-r--r--todo1
2 files changed, 13 insertions, 10 deletions
diff --git a/README b/README
index aee896acc..eb13589e7 100644
--- a/README
+++ b/README
@@ -16,20 +16,22 @@ Firejail Authors:
16 16
17netblue30 (netblue30@yahoo.com) 17netblue30 (netblue30@yahoo.com)
18Patrick Toomey (http://sourceforge.net/u/ptoomey/profile/) 18Patrick Toomey (http://sourceforge.net/u/ptoomey/profile/)
19 - user namespace implementation, ticket 10 19 - user namespace implementation
20Reiner Herrmann - a number of build patches, man page fixes (tickets 11, 12, 13, 19) 20Reiner Herrmann - a number of build patches, man page fixes, Debian integration
21sshirokov (http://sourceforge.net/u/yshirokov/profile/) 21sshirokov (http://sourceforge.net/u/yshirokov/profile/)
22 - Patch to output "Reading profile" to stderr instead of stdout (ticket 15) 22 - Patch to output "Reading profile" to stderr instead of stdout
23Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> 23Alexey Kuznetsov (kuznet@ms2.inr.ac.ru)
24 - src/lib/libnetlink.c extracted from iproute2 software package 24 - src/lib/libnetlink.c extracted from iproute2 software package
25G4JC (http://sourceforge.net/u/gaming4jc/profile/) 25G4JC (http://sourceforge.net/u/gaming4jc/profile/)
26 - ARM support (ticket 17) 26 - ARM support
27dewbasaur (https://github.com/dewbasaur) 27dewbasaur (https://github.com/dewbasaur)
28 - block access to history files (issue 16) 28 - block access to history files
29 - Firefox PDF.js exploit (CVE-2015-4495) fixes (issue 17) 29 - Firefox PDF.js exploit (CVE-2015-4495) fixes
30Peter Millerchip (https://github.com/pmillerchip) 30Peter Millerchip (https://github.com/pmillerchip)
31 - memory allocation fix (issue 13) 31 - memory allocation fix
32 - --private.keep to --private-home transition (issue 21) 32 - --private.keep to --private-home transition
33 - lots of other fixes (issue 19, 20) 33 - lots of other fixes
34Michael Haas (https://github.com/mhaas)
35 - bugfixes
34 36
35Copyright (C) 2014, 2015 Firejail Authors 37Copyright (C) 2014, 2015 Firejail Authors
diff --git a/todo b/todo
index 1d92b4c44..aa4c0968c 100644
--- a/todo
+++ b/todo
@@ -3,3 +3,4 @@
32. Support ~ in --blacklist filenames, maybe in some other options. Example 32. Support ~ in --blacklist filenames, maybe in some other options. Example
4$ firejail --blacklist=~/.ssh 4$ firejail --blacklist=~/.ssh
5 5
63. Support filenames with spaces in blacklist option.