aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--README.md6
-rw-r--r--RELNOTES4
-rwxr-xr-xplatform/rpm/old-mkrpm.sh2
4 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 7c4309b8f..8c69d8fba 100644
--- a/README
+++ b/README
@@ -273,7 +273,7 @@ Joan Figueras (https://github.com/figue)
273John Mullee (https://github.com/jmullee) 273John Mullee (https://github.com/jmullee)
274 - fix empty-string assignment in whitelisting code 274 - fix empty-string assignment in whitelisting code
275Jonas Heinrich (https://github.com/onny) 275Jonas Heinrich (https://github.com/onny)
276 - added signal-dekstop profile 276 - added signal-desktop profile
277jrabe (https://github.com/jrabe) 277jrabe (https://github.com/jrabe)
278 - disallow access to kdbx files 278 - disallow access to kdbx files
279 - Epiphany profile 279 - Epiphany profile
diff --git a/README.md b/README.md
index d69e6d89b..9618981f6 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ Use this issue to request new profiles: [#1139](https://github.com/netblue30/fir
103Add "include /etc/firejail/whitelist-var-common.inc" to an application profile and test it. If it's working, 103Add "include /etc/firejail/whitelist-var-common.inc" to an application profile and test it. If it's working,
104send a pull request. I did it so far for some more common applications like Firefox, Chromium etc. 104send a pull request. I did it so far for some more common applications like Firefox, Chromium etc.
105 105
106Added globbing support for --private-bin. Added whitlisting support for /etc and /usr/share. 106Added globbing support for --private-bin. Added whitelisting support for /etc and /usr/share.
107 107
108--private-lib was enhanced to autodetect GTK2, GTK3 and Qt4 libraries. We do a test run with this option enabled 108--private-lib was enhanced to autodetect GTK2, GTK3 and Qt4 libraries. We do a test run with this option enabled
109for the following applications: evince, galculator, gnome-calculator, 109for the following applications: evince, galculator, gnome-calculator,
@@ -190,7 +190,7 @@ calligrawords, cin, dooble, dooble-qt4, fetchmail, freecad, freecadcmd, google-e
190imagej, karbon, kdenlive, krita, linphone, lmms, macrofusion, mpd, natron, Natron, 190imagej, karbon, kdenlive, krita, linphone, lmms, macrofusion, mpd, natron, Natron,
191ricochet, shotcut, teamspeak3, tor, tor-browser-en, Viber, x-terminal-emulator, zart, 191ricochet, shotcut, teamspeak3, tor, tor-browser-en, Viber, x-terminal-emulator, zart,
192conky, arch-audit, ffmpeg, bluefish, cliqz, cinelerra, openshot-qt, pinta, uefitool, 192conky, arch-audit, ffmpeg, bluefish, cliqz, cinelerra, openshot-qt, pinta, uefitool,
193aosp, pdfmod, gnome-ring, signal-dekstop, xcalc, zaproxy 193aosp, pdfmod, gnome-ring, signal-desktop, xcalc, zaproxy
194 194
195Upstreamed many profiles from the following sources: https://github.com/chiraag-nataraj/firejail-profiles, 195Upstreamed many profiles from the following sources: https://github.com/chiraag-nataraj/firejail-profiles,
196https://github.com/nyancat18/fe, and https://aur.archlinux.org/packages/firejail-profiles. \ No newline at end of file 196https://github.com/nyancat18/fe, and https://aur.archlinux.org/packages/firejail-profiles.
diff --git a/RELNOTES b/RELNOTES
index 9efcd5c55..2e76f82de 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -30,7 +30,7 @@ firejail (0.9.51) baseline; urgency=low
30 google-earth,imagej, karbon, kdenlive, krita, linphone, lmms, macrofusion, 30 google-earth,imagej, karbon, kdenlive, krita, linphone, lmms, macrofusion,
31 mpd, natron, Natron, ricochet, shotcut, teamspeak3, tor, tor-browser-en, 31 mpd, natron, Natron, ricochet, shotcut, teamspeak3, tor, tor-browser-en,
32 Viber, x-terminal-emulator, zart, conky, arch-audit, ffmpeg, bluefish, cliqz, 32 Viber, x-terminal-emulator, zart, conky, arch-audit, ffmpeg, bluefish, cliqz,
33 cinelerra, openshot-qt, pinta, uefitool, aosp, pdfmod, gnome-ring, signal-dekstop, 33 cinelerra, openshot-qt, pinta, uefitool, aosp, pdfmod, gnome-ring, signal-desktop,
34 xcalc, zaproxy 34 xcalc, zaproxy
35 35
36 -- netblue30 <netblue30@yahoo.com> Thu, 14 Sep 2017 20:00:00 -0500 36 -- netblue30 <netblue30@yahoo.com> Thu, 14 Sep 2017 20:00:00 -0500
@@ -268,7 +268,7 @@ firejail (0.9.42) baseline; urgency=low
268 * feature: option to fix desktop files (firecfg --fix) 268 * feature: option to fix desktop files (firecfg --fix)
269 * compile time: Busybox support (--enable-busybox-workaround) 269 * compile time: Busybox support (--enable-busybox-workaround)
270 * compile time: disable overlayfs (--disable-overlayfs) 270 * compile time: disable overlayfs (--disable-overlayfs)
271 * compile time: disable whitlisting (--disable-whitelist) 271 * compile time: disable whitelisting (--disable-whitelist)
272 * compile time: disable global config (--disable-globalcfg) 272 * compile time: disable global config (--disable-globalcfg)
273 * run time: enable/disable overlayfs (overlayfs yes/no) 273 * run time: enable/disable overlayfs (overlayfs yes/no)
274 * run time: enable/disable quiet as default (quiet-by-default yes/no) 274 * run time: enable/disable quiet as default (quiet-by-default yes/no)
diff --git a/platform/rpm/old-mkrpm.sh b/platform/rpm/old-mkrpm.sh
index 13049f736..0e7c940ef 100755
--- a/platform/rpm/old-mkrpm.sh
+++ b/platform/rpm/old-mkrpm.sh
@@ -641,7 +641,7 @@ chmod u+s /usr/bin/firejail
641 - feature: option to fix desktop files (firecfg --fix) 641 - feature: option to fix desktop files (firecfg --fix)
642 - compile time: Busybox support (--enable-busybox-workaround) 642 - compile time: Busybox support (--enable-busybox-workaround)
643 - compile time: disable overlayfs (--disable-overlayfs) 643 - compile time: disable overlayfs (--disable-overlayfs)
644 - compile time: disable whitlisting (--disable-whitelist) 644 - compile time: disable whitelisting (--disable-whitelist)
645 - compile time: disable global config (--disable-globalcfg) 645 - compile time: disable global config (--disable-globalcfg)
646 - run time: enable/disable overlayfs (overlayfs yes/no) 646 - run time: enable/disable overlayfs (overlayfs yes/no)
647 - run time: enable/disable quiet as default (quiet-by-default yes/no) 647 - run time: enable/disable quiet as default (quiet-by-default yes/no)