aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-14 07:55:04 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-14 07:55:04 -0400
commit7839ce169e385e8a72c11f6d796894f210e690f6 (patch)
tree9b89d5fbd7e39144ab1437ce1ba7a5996f1a8bf5
parentMerge pull request #17 from dewbasaur/master (diff)
downloadfirejail-7839ce169e385e8a72c11f6d796894f210e690f6.tar.gz
firejail-7839ce169e385e8a72c11f6d796894f210e690f6.tar.zst
firejail-7839ce169e385e8a72c11f6d796894f210e690f6.zip
admin work
-rw-r--r--README3
-rw-r--r--RELNOTES2
-rw-r--r--todo5
3 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 4a33ebd74..aee896acc 100644
--- a/README
+++ b/README
@@ -26,7 +26,10 @@ G4JC (http://sourceforge.net/u/gaming4jc/profile/)
26 - ARM support (ticket 17) 26 - ARM support (ticket 17)
27dewbasaur (https://github.com/dewbasaur) 27dewbasaur (https://github.com/dewbasaur)
28 - block access to history files (issue 16) 28 - block access to history files (issue 16)
29 - Firefox PDF.js exploit (CVE-2015-4495) fixes (issue 17)
29Peter Millerchip (https://github.com/pmillerchip) 30Peter Millerchip (https://github.com/pmillerchip)
30 - memory allocation fix (issue 13) 31 - memory allocation fix (issue 13)
32 - --private.keep to --private-home transition (issue 21)
33 - lots of other fixes (issue 19, 20)
31 34
32Copyright (C) 2014, 2015 Firejail Authors 35Copyright (C) 2014, 2015 Firejail Authors
diff --git a/RELNOTES b/RELNOTES
index 4404d38f3..19c3b6a00 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,8 +1,10 @@
1firejail (0.9.29) baseline; urgency=low 1firejail (0.9.29) baseline; urgency=low
2 * added a disable-history.inc profile as a result of Firefox PDF.js exploit; 2 * added a disable-history.inc profile as a result of Firefox PDF.js exploit;
3 disable-history.inc included in all default profiles 3 disable-history.inc included in all default profiles
4 * Firefox PDF.js exploit (CVE-2015-4495) fixes
4 * added --private-etc option 5 * added --private-etc option
5 * support ${HOME} token in include directive in profile files 6 * support ${HOME} token in include directive in profile files
7 * --private.keep is transitioned to --private-home
6 * bugfixes 8 * bugfixes
7 -- netblue30 <netblue30@yahoo.com> Sat, 12 Aug 2015 20:25:00 -0500 9 -- netblue30 <netblue30@yahoo.com> Sat, 12 Aug 2015 20:25:00 -0500
8 10
diff --git a/todo b/todo
new file mode 100644
index 000000000..1d92b4c44
--- /dev/null
+++ b/todo
@@ -0,0 +1,5 @@
11. Deal with .purple directory. It holds the confiig files for pidgin
2
32. Support ~ in --blacklist filenames, maybe in some other options. Example
4$ firejail --blacklist=~/.ssh
5