aboutsummaryrefslogtreecommitdiffstats
path: root/src/firecfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/firecfg')
-rw-r--r--src/firecfg/desktop_files.c2
-rw-r--r--src/firecfg/firecfg.config25
-rw-r--r--src/firecfg/firecfg.h2
-rw-r--r--src/firecfg/main.c2
-rw-r--r--src/firecfg/sound.c2
-rw-r--r--src/firecfg/util.c2
6 files changed, 30 insertions, 5 deletions
diff --git a/src/firecfg/desktop_files.c b/src/firecfg/desktop_files.c
index af509da13..0a6a0bbf0 100644
--- a/src/firecfg/desktop_files.c
+++ b/src/firecfg/desktop_files.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014-2017 Firejail Authors 2 * Copyright (C) 2014-2018 Firejail Authors
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 2871ce5b8..3dbd8df1a 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -21,6 +21,7 @@ amule
21android-studio 21android-studio
22apktool 22apktool
23arch-audit 23arch-audit
24archaudit-report
24ardour4 25ardour4
25ardour5 26ardour5
26arduino 27arduino
@@ -42,6 +43,7 @@ bleachbit
42blender 43blender
43bless 44bless
44bluefish 45bluefish
46bnox
45brackets 47brackets
46brasero 48brasero
47brave 49brave
@@ -94,6 +96,7 @@ dropbox
94ebook-viewer 96ebook-viewer
95elinks 97elinks
96empathy 98empathy
99enpass
97eog 100eog
98eom 101eom
99epiphany 102epiphany
@@ -170,6 +173,7 @@ icecat
170icedove 173icedove
171iceweasel 174iceweasel
172idea.sh 175idea.sh
176ideaIC
173imagej 177imagej
174img2txt 178img2txt
175inkscape 179inkscape
@@ -250,6 +254,7 @@ nylas
250obs 254obs
251odt2txt 255odt2txt
252okular 256okular
257onionshare-gui
253open-invaders 258open-invaders
254openshot 259openshot
255openshot-qt 260openshot-qt
@@ -268,7 +273,9 @@ ping
268pingus 273pingus
269pinta 274pinta
270pithos 275pithos
276pitivi
271pix 277pix
278playonlinux
272pluma 279pluma
273polari 280polari
274psi-plus 281psi-plus
@@ -305,6 +312,7 @@ skype
305skypeforlinux 312skypeforlinux
306slack 313slack
307smplayer 314smplayer
315smtube
308soffice 316soffice
309soundconverter 317soundconverter
310spotify 318spotify
@@ -316,13 +324,30 @@ steam
316stellarium 324stellarium
317strings 325strings
318supertux2 326supertux2
327surf
328sylpheed
319synfigstudio 329synfigstudio
320teamspeak3 330teamspeak3
321telegram 331telegram
322telegram-desktop 332telegram-desktop
323terasology 333terasology
324thunderbird 334thunderbird
335tor-browser-ar
325tor-browser-en 336tor-browser-en
337tor-browser-en-us
338tor-browser-es-es
339tor-browser-es
340tor-browser-fa
341tor-browser-fr
342tor-browser-it
343tor-browser-ja
344tor-browser-ko
345torbrowser-launcher
346tor-browser-pl
347tor-browser-pt-br
348tor-browser-ru
349tor-browser-vi
350tor-browser-zh-cn
326totem 351totem
327tracker 352tracker
328transmission-cli 353transmission-cli
diff --git a/src/firecfg/firecfg.h b/src/firecfg/firecfg.h
index c4640feb8..5f377bc25 100644
--- a/src/firecfg/firecfg.h
+++ b/src/firecfg/firecfg.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014-2017 Firejail Authors 2 * Copyright (C) 2014-2018 Firejail Authors
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firecfg/main.c b/src/firecfg/main.c
index 090905a85..ab0fd53e3 100644
--- a/src/firecfg/main.c
+++ b/src/firecfg/main.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014-2017 Firejail Authors 2 * Copyright (C) 2014-2018 Firejail Authors
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firecfg/sound.c b/src/firecfg/sound.c
index 9dfb305cd..a4151e405 100644
--- a/src/firecfg/sound.c
+++ b/src/firecfg/sound.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014-2017 Firejail Authors 2 * Copyright (C) 2014-2018 Firejail Authors
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firecfg/util.c b/src/firecfg/util.c
index 4520e75e8..f0446ca8d 100644
--- a/src/firecfg/util.c
+++ b/src/firecfg/util.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014-2017 Firejail Authors 2 * Copyright (C) 2014-2018 Firejail Authors
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *