Codebase list firejail / c99c1c4
Import upstream profile fixes Reiner Herrmann 4 years ago
2 changed file(s) with 35 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Origin: upstream, https://github.com/netblue30/firejail
1 Description: Cherry-picking some upstream profile fixes
2
3 --- a/etc/transmission-daemon.profile
4 +++ b/etc/transmission-daemon.profile
5 @@ -7,6 +7,8 @@
6 # Persistent global definitions
7 include globals.local
8
9 +mkdir ${HOME}/.config/transmission-daemon
10 +whitelist ${HOME}/.config/transmission-daemon
11 whitelist /var/lib/transmission
12
13 caps.keep ipc_lock,net_bind_service,setgid,setuid,sys_chroot
14 --- a/etc/firefox.profile
15 +++ b/etc/firefox.profile
16 @@ -15,6 +15,7 @@
17 whitelist ${HOME}/.mozilla
18
19 whitelist /usr/share/mozilla
20 +whitelist /usr/share/webext
21 include whitelist-usr-share-common.inc
22
23 # firefox requires a shell to launch on Arch.
24 --- a/etc/whitelist-usr-share-common.inc
25 +++ b/etc/whitelist-usr-share-common.inc
26 @@ -27,6 +27,7 @@
27 whitelist /usr/share/hwdata
28 whitelist /usr/share/icons
29 whitelist /usr/share/knotifications5
30 +whitelist /usr/share/icu
31 whitelist /usr/share/kservices5
32 whitelist /usr/share/Kvantum
33 whitelist /usr/share/kxmlgui5
33 apparmor-include.patch
44 m4_check_compile_flag.patch
55 fix-tests.patch
6 profile-fixes.patch