aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-10-30 17:53:43 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-10-30 17:53:43 +0100
commit242bb5b8fbe67123a552dd8387f67c19a35b52bf (patch)
tree4671d2bd0360db56a20fd56d692e4eb9c8d55bd5 /etc
parentFix #4604 -- Brave browser takes a long time opening under Firejail (diff)
downloadfirejail-242bb5b8fbe67123a552dd8387f67c19a35b52bf.tar.gz
firejail-242bb5b8fbe67123a552dd8387f67c19a35b52bf.tar.zst
firejail-242bb5b8fbe67123a552dd8387f67c19a35b52bf.zip
Fix #5311 -- Whalebird-4.6.2 does not work with the default whalebird.profile
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-m-z/whalebird.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/profile-m-z/whalebird.profile b/etc/profile-m-z/whalebird.profile
index 92ebebdae..8a9614fb0 100644
--- a/etc/profile-m-z/whalebird.profile
+++ b/etc/profile-m-z/whalebird.profile
@@ -10,6 +10,7 @@ include globals.local
10ignore include whitelist-runuser-common.inc 10ignore include whitelist-runuser-common.inc
11ignore include whitelist-usr-share-common.inc 11ignore include whitelist-usr-share-common.inc
12 12
13ignore apparmor
13ignore dbus-user none 14ignore dbus-user none
14ignore dbus-system none 15ignore dbus-system none
15 16
@@ -21,7 +22,7 @@ whitelist ${HOME}/.config/Whalebird
21no3d 22no3d
22 23
23private-bin electron,electron[0-9],electron[0-9][0-9],whalebird 24private-bin electron,electron[0-9],electron[0-9][0-9],whalebird
24private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id 25private-etc alternatives,ca-certificates,crypto-policies,fonts,ld.so.cache,ld.so.preload,machine-id,nsswitch.conf,pki,resolv.conf,ssl
25 26
26# Redirect 27# Redirect
27include electron.profile 28include electron.profile