aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Jean Lucas <jean@4ray.co>2018-09-14 22:08:14 -0400
committerLibravatar Jean Lucas <jean@4ray.co>2018-09-14 22:21:04 -0400
commitdd3c0ee765be972334b38a8df2556dc502bc2012 (patch)
tree68f6bca8ea7334354efd52baacacb7450d2464f7
parentexit if execl fails (arg_audit) (diff)
downloadfirejail-dd3c0ee765be972334b38a8df2556dc502bc2012.tar.gz
firejail-dd3c0ee765be972334b38a8df2556dc502bc2012.tar.zst
firejail-dd3c0ee765be972334b38a8df2556dc502bc2012.zip
Amend gnome-music profile
- At least gnome-music 3.28.2 requires 'env' - Add 'gio-launch-desktop' and 'yelp' so launching the "Help" menu doesn't crash the application - Enabling the disabled private-etc tested to be working
-rw-r--r--etc/gnome-music.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/gnome-music.profile b/etc/gnome-music.profile
index eaec627c6..819c40c98 100644
--- a/etc/gnome-music.profile
+++ b/etc/gnome-music.profile
@@ -37,9 +37,9 @@ seccomp
37shell none 37shell none
38tracelog 38tracelog
39 39
40private-bin gnome-music,python* 40private-bin gnome-music,python*,env,gio-launch-desktop,yelp
41private-dev 41private-dev
42# private-etc fonts,machine-id,pulse,asound.conf 42private-etc fonts,machine-id,pulse,asound.conf
43private-tmp 43private-tmp
44 44
45noexec ${HOME} 45noexec ${HOME}