aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-07-03 17:07:07 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-07-03 17:10:15 +0200
commitfcf14758b15117a03fc41da8281665da8f3f8838 (patch)
treedf64ced690eed5370a52aa10a5b0684f6250760d
parentfixes for /var/mail in mail clients (#3486) (diff)
downloadfirejail-fcf14758b15117a03fc41da8281665da8f3f8838.tar.gz
firejail-fcf14758b15117a03fc41da8281665da8f3f8838.tar.zst
firejail-fcf14758b15117a03fc41da8281665da8f3f8838.zip
new profile: gapplication
-rw-r--r--README.md2
-rw-r--r--RELNOTES2
-rw-r--r--etc/profile-a-l/gapplication.profile71
-rw-r--r--src/firecfg/firecfg.config1
4 files changed, 74 insertions, 2 deletions
diff --git a/README.md b/README.md
index 44a193847..bc8ed26f0 100644
--- a/README.md
+++ b/README.md
@@ -196,4 +196,4 @@ gnome-screenshot, ripperX, sound-juicer, iagno, com.github.dahenson.agenda, gnom
196penguin-command, x2goclient, frogatto, gnome-mines, gnome-nibbles, lightsoff, ts3client_runscript.sh, warmux, ferdi, abiword, 196penguin-command, x2goclient, frogatto, gnome-mines, gnome-nibbles, lightsoff, ts3client_runscript.sh, warmux, ferdi, abiword,
197four-in-a-row, gnome-mahjongg, gnome-robots, gnome-sudoku, gnome-taquin, gnome-tetravex, blobwars, gravity-beams-and-evaporating-stars, 197four-in-a-row, gnome-mahjongg, gnome-robots, gnome-sudoku, gnome-taquin, gnome-tetravex, blobwars, gravity-beams-and-evaporating-stars,
198hyperrogue, jumpnbump-menu, jumpnbump, magicor, mindless, mirrormagic, mrrescue, scorched3d-wrapper, scorchwentbonkers, 198hyperrogue, jumpnbump-menu, jumpnbump, magicor, mindless, mirrormagic, mrrescue, scorched3d-wrapper, scorchwentbonkers,
199seahorse-adventures, wordwarvi, xbill, gnome-klotski, five-or-more, swell-foop, fdns, jitsi-meet-desktop, nicontine, steam-runtime, apostrophe, quadrapassel, dino-im, strawberry, hitori, bijiben, gnote, gnubik, ZeGrapher 199seahorse-adventures, wordwarvi, xbill, gnome-klotski, five-or-more, swell-foop, fdns, jitsi-meet-desktop, nicontine, steam-runtime, apostrophe, quadrapassel, dino-im, strawberry, hitori, bijiben, gnote, gnubik, ZeGrapher, gapplication
diff --git a/RELNOTES b/RELNOTES
index e5c0f7a16..a06f3b23a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -36,7 +36,7 @@ firejail (0.9.63) baseline; urgency=low
36 * new profiles: seahorse-adventures, wordwarvi, xbill, gnome-klotski 36 * new profiles: seahorse-adventures, wordwarvi, xbill, gnome-klotski
37 * new profiles: swell-foop, fdns, five-or-more, steam-runtime, jitsi-meet-desktop 37 * new profiles: swell-foop, fdns, five-or-more, steam-runtime, jitsi-meet-desktop
38 * new profiles: nicotine, plv, mocp, apostrophe, quadrapassel, dino-im, strawberry 38 * new profiles: nicotine, plv, mocp, apostrophe, quadrapassel, dino-im, strawberry
39 * new profiles: hitori, bijiben, gnote, gnubik, ZeGrapher 39 * new profiles: hitori, bijiben, gnote, gnubik, ZeGrapher, gapplication
40 -- netblue30 <netblue30@yahoo.com> Tue, 21 Apr 2020 08:00:00 -0500 40 -- netblue30 <netblue30@yahoo.com> Tue, 21 Apr 2020 08:00:00 -0500
41 41
42firejail (0.9.62) baseline; urgency=low 42firejail (0.9.62) baseline; urgency=low
diff --git a/etc/profile-a-l/gapplication.profile b/etc/profile-a-l/gapplication.profile
new file mode 100644
index 000000000..74b468020
--- /dev/null
+++ b/etc/profile-a-l/gapplication.profile
@@ -0,0 +1,71 @@
1# Firejail profile for gapplication
2# Description: D-Bus application launcher
3# This file is overwritten after every install/update
4# Persistent local customizations
5include gapplication.local
6# Persistent global definitions
7include globals.local
8
9blacklist ${RUNUSER}/wayland-*
10
11include disable-common.inc
12include disable-devel.inc
13include disable-exec.inc
14include disable-interpreters.inc
15include disable-passwdmgr.inc
16include disable-programs.inc
17include disable-shell.inc
18include disable-xdg.inc
19
20include whitelist-common.inc
21include whitelist-runuser-common.inc
22include whitelist-usr-share-common.inc
23include whitelist-var-common.inc
24
25apparmor
26caps.drop all
27ipc-namespace
28machine-id
29net none
30no3d
31nodvd
32nogroups
33nonewprivs
34noroot
35nosound
36notv
37nou2f
38novideo
39protocol unix
40seccomp
41shell none
42tracelog
43x11 none
44
45disable-mnt
46private
47private-bin gapplication
48private-cache
49private-dev
50private-etc none
51private-tmp
52
53# Uncomment (or add to your gapplcation.local) the next line to filter D-Bus names.
54# You might need to add additional dbus-user.talk rules. see 'gapplication list-apps'.
55#dbus-user filter
56dbus-user.talk org.gnome.Boxes
57dbus-user.talk org.gnome.Builder
58dbus-user.talk org.gnome.Calendar
59dbus-user.talk org.gnome.ChromeGnomeShell
60dbus-user.talk org.gnome.DejaDup
61dbus-user.talk org.gnome.DiskUtility
62dbus-user.talk org.gnome.Extensions
63dbus-user.talk org.gnome.Maps
64dbus-user.talk org.gnome.Nautilus
65dbus-user.talk org.gnome.Shell.PortalHelper
66dbus-user.talk org.gnome.Software
67dbus-user.talk org.gnome.Weather
68dbus-system none
69
70memory-deny-write-execute
71read-only ${HOME}
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 5082be7ac..34f6bf497 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -243,6 +243,7 @@ frozen-bubble
243gajim 243gajim
244gajim-history-manager 244gajim-history-manager
245galculator 245galculator
246gapplication
246gcalccmd 247gcalccmd
247gcloud 248gcloud
248gconf-editor 249gconf-editor