aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--RELNOTES2
-rw-r--r--etc/gnome-font-viewer.profile26
-rw-r--r--etc/gucharmap.profile26
-rw-r--r--etc/nemo.profile27
-rw-r--r--platform/debian/conffiles3
-rw-r--r--src/firecfg/firecfg.config3
7 files changed, 88 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3f46daf87..49291181c 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ Thunar (XFCE) and PCManFM (LXDE) file managers symlinks are installed in /usr/lo
76File managers are usually started by default at login time, and will be sandboxed. 76File managers are usually started by default at login time, and will be sandboxed.
77Clicking on a file in the file manager will start the corresponding program in the same sandbox as the file manager. 77Clicking on a file in the file manager will start the corresponding program in the same sandbox as the file manager.
78For example, clicking on a video file will start a sandboxed VLC running the video. 78For example, clicking on a video file will start a sandboxed VLC running the video.
79We support in this moment XFCE and LXDE, MATE will come next, followed by KDE and Gnome. 79We support in this moment XFCE, LXDE, MATE and Cinnamon.
80 80
81## AppImage 81## AppImage
82 82
@@ -218,4 +218,4 @@ PDFSam, Pithos, Xonotic, wireshark, keepassx2, QupZilla, FossaMail, Uzbl browser
218Kino, Thunar, Geeqie, Engrampa, Scribus, mousepad, gpicview, keepassxc, cvlc, MediathekView, baloo_file, 218Kino, Thunar, Geeqie, Engrampa, Scribus, mousepad, gpicview, keepassxc, cvlc, MediathekView, baloo_file,
219Nylas, dino, BibleTime, viewnior, Kodi, viking, youtube-dl, meld, Arduino, Akregator, KCalc, KTorrent, 219Nylas, dino, BibleTime, viewnior, Kodi, viking, youtube-dl, meld, Arduino, Akregator, KCalc, KTorrent,
220Orage Globaltime, Orage Clendar, xfce4-notes, xfce4-dict, Ristretto, PCManFM, Dia, FontForge, Geany, Hugin, 220Orage Globaltime, Orage Clendar, xfce4-notes, xfce4-dict, Ristretto, PCManFM, Dia, FontForge, Geany, Hugin,
221mate-calc, mate-dictionary, mate-color-select, caja, galculator 221mate-calc, mate-dictionary, mate-color-select, caja, galculator, Nemo, gnome-font-viewer, gucharmap
diff --git a/RELNOTES b/RELNOTES
index ef95a1bc0..0b2f0ce5b 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -43,7 +43,7 @@ firejail (0.9.46-rc1) baseline; urgency=low
43 * new profiles: Orage Globaltime, Orage Clendar, xfce4-notes, xfce4-dict, 43 * new profiles: Orage Globaltime, Orage Clendar, xfce4-notes, xfce4-dict,
44 * new profiles: Ristretto, PCManFM, Dia, FontForge, Geany, Hugin, 44 * new profiles: Ristretto, PCManFM, Dia, FontForge, Geany, Hugin,
45 * new profiles: mate-calc, mate-dictionary, mate-color-select, caja, 45 * new profiles: mate-calc, mate-dictionary, mate-color-select, caja,
46 * new profiles: galculator 46 * new profiles: galculator, Nemo, gnome-font-viewer, gucharmap
47 * bugfixes 47 * bugfixes
48 -- netblue30 <netblue30@yahoo.com> Fri, 7 Apr 2017 08:00:00 -0500 48 -- netblue30 <netblue30@yahoo.com> Fri, 7 Apr 2017 08:00:00 -0500
49 49
diff --git a/etc/gnome-font-viewer.profile b/etc/gnome-font-viewer.profile
new file mode 100644
index 000000000..288cc8a15
--- /dev/null
+++ b/etc/gnome-font-viewer.profile
@@ -0,0 +1,26 @@
1# This file is overwritten during software install.
2# Persistent customizations should go in a .local file.
3include /etc/firejail/gnome-font-viewer.local
4
5private
6#include /etc/firejail/disable-common.inc
7#include /etc/firejail/disable-programs.inc
8#include /etc/firejail/disable-passwdmgr.inc
9
10caps.drop all
11netfilter
12nonewprivs
13noroot
14protocol unix,inet,inet6
15seccomp
16
17#
18# depending on your usage, you can enable some of the commands below:
19#
20nogroups
21shell none
22# private-bin program
23# private-etc none
24# private-dev
25# private-tmp
26nosound
diff --git a/etc/gucharmap.profile b/etc/gucharmap.profile
new file mode 100644
index 000000000..98d3b2f25
--- /dev/null
+++ b/etc/gucharmap.profile
@@ -0,0 +1,26 @@
1# This file is overwritten during software install.
2# Persistent customizations should go in a .local file.
3include /etc/firejail/gucharmap.local
4
5private
6#include /etc/firejail/disable-common.inc
7#include /etc/firejail/disable-programs.inc
8#include /etc/firejail/disable-passwdmgr.inc
9
10caps.drop all
11netfilter
12nonewprivs
13noroot
14protocol unix,inet,inet6
15seccomp
16
17#
18# depending on your usage, you can enable some of the commands below:
19#
20nogroups
21shell none
22# private-bin program
23# private-etc none
24# private-dev
25# private-tmp
26nosound
diff --git a/etc/nemo.profile b/etc/nemo.profile
new file mode 100644
index 000000000..4ebcd952c
--- /dev/null
+++ b/etc/nemo.profile
@@ -0,0 +1,27 @@
1# This file is overwritten during software install.
2# Persistent customizations should go in a .local file.
3include /etc/firejail/nemo.local
4
5noblacklist ${HOME}/.local/share/nemo
6noblacklist ${HOME}/.config/nemo
7include /etc/firejail/disable-common.inc
8include /etc/firejail/disable-passwdmgr.inc
9include /etc/firejail/disable-devel.inc
10
11caps.drop all
12netfilter
13nonewprivs
14noroot
15protocol unix,inet,inet6
16seccomp
17
18#
19# depending on your usage, you can enable some of the commands below:
20#
21nogroups
22shell none
23# private-bin program
24# private-etc none
25# private-dev
26# private-tmp
27# nosound
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index 562626f26..d79e8c4ce 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -287,4 +287,7 @@
287/etc/firejail/mate-calculator.profile 287/etc/firejail/mate-calculator.profile
288/etc/firejail/mate-color-select.profile 288/etc/firejail/mate-color-select.profile
289/etc/firejail/mate-dictionary.profile 289/etc/firejail/mate-dictionary.profile
290/etc/firejail/nemo
291/etc/firejail/gnome-font-viewer
292/etc/firejail/gucharmap
290 293
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index fdce8f805..199a61fe4 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -77,6 +77,7 @@ gnome-calculator
77gnome-chess 77gnome-chess
78gnome-clocks 78gnome-clocks
79gnome-documents 79gnome-documents
80gnome-font-viewer
80gnome-maps 81gnome-maps
81gnome-mplayer 82gnome-mplayer
82gnome-music 83gnome-music
@@ -91,6 +92,7 @@ google-play-music-desktop-player
91gpicview 92gpicview
92gpredict 93gpredict
93gthumb 94gthumb
95gucharmap
94gwenview 96gwenview
95hedgewars 97hedgewars
96hexchat 98hexchat
@@ -148,6 +150,7 @@ mupdf
148mupen64plus 150mupen64plus
149mutt 151mutt
150nautilus 152nautilus
153nemo
151netsurf 154netsurf
152nylas 155nylas
153odt2txt 156odt2txt