aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README10
-rw-r--r--README.md3
-rw-r--r--etc/conky.profile35
-rw-r--r--src/firecfg/firecfg.config1
4 files changed, 48 insertions, 1 deletions
diff --git a/README b/README
index e3169e161..239cd26b0 100644
--- a/README
+++ b/README
@@ -112,6 +112,10 @@ creideiki (https://github.com/creideiki)
112 - make the sandbox process reap all children 112 - make the sandbox process reap all children
113chiraag-nataraj (https://github.com/chiraag-nataraj) 113chiraag-nataraj (https://github.com/chiraag-nataraj)
114 - support for newer Xpra versions (2.1+) 114 - support for newer Xpra versions (2.1+)
115 - added Viber, amule, ardour5, brackets, calligra, cin, fetchmail profiles
116 - added freecad, google-earth, imagej, kdenlive, linphone, lmms profiles
117 - added macrofusion, mpd, natron, ricochet, shotcut, tor-browser-en profiles
118 - added tor, x-terminal-emulator, zart profiles
115Christian Stadelmann (https://github.com/genodeftest) 119Christian Stadelmann (https://github.com/genodeftest)
116 - profile fixes 120 - profile fixes
117 - evolution profile fix 121 - evolution profile fix
@@ -241,6 +245,8 @@ Impyy (https://github.com/Impyy)
241 - added mumble profile 245 - added mumble profile
242irregulator (https://github.com/irregulator) 246irregulator (https://github.com/irregulator)
243 - thunderbird profile fixes for debian stretch 247 - thunderbird profile fixes for debian stretch
248Irvine (https://github.com/Irvinehimself)
249 - added conky profile
244Ivan Kozik (https://github.com/ivan) 250Ivan Kozik (https://github.com/ivan)
245 - speed up sandbox exit 251 - speed up sandbox exit
246Jaykishan Mutkawoa (https://github.com/jmutkawoa) 252Jaykishan Mutkawoa (https://github.com/jmutkawoa)
@@ -307,6 +313,8 @@ Mattias Wadman (https://github.com/wader)
307 - seccomp errno filter support 313 - seccomp errno filter support
308Matthew Gyurgyik (https://github.com/pyther) 314Matthew Gyurgyik (https://github.com/pyther)
309 - rpm spec and several fixes 315 - rpm spec and several fixes
316melvinvermeeren (https://github.com/melvinvermeeren)
317 - added teamspeak3 profile
310Michael Haas (https://github.com/mhaas) 318Michael Haas (https://github.com/mhaas)
311 - bugfixes 319 - bugfixes
312Mike Frysinger (vapier@gentoo.org) 320Mike Frysinger (vapier@gentoo.org)
@@ -320,6 +328,8 @@ n1trux (https://github.com/n1trux)
320netblue30 (netblue30@yahoo.com) 328netblue30 (netblue30@yahoo.com)
321Niklas Haas (https://github.com/haasn) 329Niklas Haas (https://github.com/haasn)
322 - blacklisting for keybase.io's client 330 - blacklisting for keybase.io's client
331nyancat18 (https://github.com/nyancat18)
332 - added ardour4, dooble, karbon, krita profiles
323Ondra Nekola (https://github.com/satai) 333Ondra Nekola (https://github.com/satai)
324 - allow firefox theming with non-global themes 334 - allow firefox theming with non-global themes
325Panzerfather (https://github.com/Panzerfather) 335Panzerfather (https://github.com/Panzerfather)
diff --git a/README.md b/README.md
index c694bc8db..efc102ba1 100644
--- a/README.md
+++ b/README.md
@@ -179,4 +179,5 @@ amule, ardour4, ardour5, brackets, calligra, calligraauthor, calligraconverter,
179calligraflow, calligraplan, calligraplanwork, calligrasheets, calligrastage, 179calligraflow, calligraplan, calligraplanwork, calligrasheets, calligrastage,
180calligrawords, cin, dooble, dooble-qt4, fetchmail, freecad, freecadcmd, google-earth, 180calligrawords, cin, dooble, dooble-qt4, fetchmail, freecad, freecadcmd, google-earth,
181imagej, karbon, kdenlive, krita, linphone, lmms, macrofusion, mpd, natron, Natron, 181imagej, karbon, kdenlive, krita, linphone, lmms, macrofusion, mpd, natron, Natron,
182ricochet, shotcut, teamspeak3, tor, tor-browser-en, Viber, x-terminal-emulator, zart 182ricochet, shotcut, teamspeak3, tor, tor-browser-en, Viber, x-terminal-emulator, zart,
183conky
diff --git a/etc/conky.profile b/etc/conky.profile
new file mode 100644
index 000000000..4ee25f099
--- /dev/null
+++ b/etc/conky.profile
@@ -0,0 +1,35 @@
1# Firejail profile for conky
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/conky.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7
8
9include /etc/firejail/disable-common.inc
10include /etc/firejail/disable-devel.inc
11include /etc/firejail/disable-passwdmgr.inc
12include /etc/firejail/disable-programs.inc
13
14caps.drop all
15ipc-namespace
16netfilter
17no3d
18nodvd
19nogroups
20nonewprivs
21noroot
22nosound
23notv
24novideo
25protocol unix,inet,inet6
26seccomp
27shell none
28
29disable-mnt
30private-dev
31private-tmp
32
33memory-deny-write-execute
34noexec ${HOME}
35noexec /tmp
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 5d6afe68b..95fc14d04 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -65,6 +65,7 @@ clementine
65clipit 65clipit
66cmus 66cmus
67conkeror 67conkeror
68conky
68corebird 69corebird
69cvlc 70cvlc
70cyberfox 71cyberfox