From 7839ce169e385e8a72c11f6d796894f210e690f6 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 14 Aug 2015 07:55:04 -0400 Subject: admin work --- README | 3 +++ RELNOTES | 2 ++ todo | 5 +++++ 3 files changed, 10 insertions(+) create mode 100644 todo 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/) - ARM support (ticket 17) dewbasaur (https://github.com/dewbasaur) - block access to history files (issue 16) + - Firefox PDF.js exploit (CVE-2015-4495) fixes (issue 17) Peter Millerchip (https://github.com/pmillerchip) - memory allocation fix (issue 13) + - --private.keep to --private-home transition (issue 21) + - lots of other fixes (issue 19, 20) Copyright (C) 2014, 2015 Firejail Authors diff --git a/RELNOTES b/RELNOTES index 4404d38f3..19c3b6a00 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,8 +1,10 @@ firejail (0.9.29) baseline; urgency=low * added a disable-history.inc profile as a result of Firefox PDF.js exploit; disable-history.inc included in all default profiles + * Firefox PDF.js exploit (CVE-2015-4495) fixes * added --private-etc option * support ${HOME} token in include directive in profile files + * --private.keep is transitioned to --private-home * bugfixes -- netblue30 Sat, 12 Aug 2015 20:25:00 -0500 diff --git a/todo b/todo new file mode 100644 index 000000000..1d92b4c44 --- /dev/null +++ b/todo @@ -0,0 +1,5 @@ +1. Deal with .purple directory. It holds the confiig files for pidgin + +2. Support ~ in --blacklist filenames, maybe in some other options. Example +$ firejail --blacklist=~/.ssh + -- cgit v1.2.3-54-g00ecf