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.config29
-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, 34 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 1b87c43cd..1cd9d9c1f 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -7,6 +7,7 @@
72048-qt 72048-qt
8Cyberfox 8Cyberfox
9FossaMail 9FossaMail
10Fritzing
10Mathematica 11Mathematica
11Natron 12Natron
12Telegram 13Telegram
@@ -21,6 +22,7 @@ amule
21android-studio 22android-studio
22apktool 23apktool
23arch-audit 24arch-audit
25archaudit-report
24ardour4 26ardour4
25ardour5 27ardour5
26arduino 28arduino
@@ -42,6 +44,7 @@ bleachbit
42blender 44blender
43bless 45bless
44bluefish 46bluefish
47bnox
45brackets 48brackets
46brasero 49brasero
47brave 50brave
@@ -82,6 +85,7 @@ dia
82digikam 85digikam
83dillo 86dillo
84dino 87dino
88discord-canary
85display 89display
86dnscrypt-proxy 90dnscrypt-proxy
87dnsmasq 91dnsmasq
@@ -94,6 +98,7 @@ dropbox
94ebook-viewer 98ebook-viewer
95elinks 99elinks
96empathy 100empathy
101enpass
97eog 102eog
98eom 103eom
99epiphany 104epiphany
@@ -107,6 +112,7 @@ ffmpeg
107file-roller 112file-roller
108filezilla 113filezilla
109firefox 114firefox
115firefox-developer-edition
110firefox-esr 116firefox-esr
111firefox-nightly 117firefox-nightly
112flashpeak-slimjet 118flashpeak-slimjet
@@ -169,6 +175,7 @@ icecat
169icedove 175icedove
170iceweasel 176iceweasel
171idea.sh 177idea.sh
178ideaIC
172imagej 179imagej
173img2txt 180img2txt
174inkscape 181inkscape
@@ -249,6 +256,7 @@ nylas
249obs 256obs
250odt2txt 257odt2txt
251okular 258okular
259onionshare-gui
252open-invaders 260open-invaders
253openshot 261openshot
254openshot-qt 262openshot-qt
@@ -267,10 +275,13 @@ ping
267pingus 275pingus
268pinta 276pinta
269pithos 277pithos
278pitivi
270pix 279pix
280playonlinux
271pluma 281pluma
272polari 282polari
273psi-plus 283psi-plus
284# pycharm-community - FB note: may enable later
274qbittorrent 285qbittorrent
275qemu-launcher 286qemu-launcher
276qlipper 287qlipper
@@ -304,6 +315,7 @@ skype
304skypeforlinux 315skypeforlinux
305slack 316slack
306smplayer 317smplayer
318smtube
307soffice 319soffice
308soundconverter 320soundconverter
309spotify 321spotify
@@ -315,13 +327,30 @@ steam
315stellarium 327stellarium
316strings 328strings
317supertux2 329supertux2
330surf
331sylpheed
318synfigstudio 332synfigstudio
319teamspeak3 333teamspeak3
320telegram 334telegram
321telegram-desktop 335telegram-desktop
322terasology 336terasology
323thunderbird 337thunderbird
338tor-browser-ar
324tor-browser-en 339tor-browser-en
340tor-browser-en-us
341tor-browser-es-es
342tor-browser-es
343tor-browser-fa
344tor-browser-fr
345tor-browser-it
346tor-browser-ja
347tor-browser-ko
348torbrowser-launcher
349tor-browser-pl
350tor-browser-pt-br
351tor-browser-ru
352tor-browser-vi
353tor-browser-zh-cn
325totem 354totem
326tracker 355tracker
327transmission-cli 356transmission-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 *