aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-02-20 08:20:59 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2022-02-20 08:20:59 -0500
commit070e78a8892d86687a1a3e74262628ee9c562c46 (patch)
tree8be7a6138691cbd8dcc2afdce719f4dc4f603f80
parentmerges (diff)
parentMerge pull request #4964 from avallach2000/fix-qbittorrent-profile (diff)
downloadfirejail-070e78a8892d86687a1a3e74262628ee9c562c46.tar.gz
firejail-070e78a8892d86687a1a3e74262628ee9c562c46.tar.zst
firejail-070e78a8892d86687a1a3e74262628ee9c562c46.zip
Merge branch 'master' of ssh://github.com/netblue30/firejail
-rw-r--r--etc/firejail.config3
-rw-r--r--etc/inc/disable-programs.inc1
-rw-r--r--etc/profile-m-z/qbittorrent.profile3
-rw-r--r--etc/profile-m-z/wireshark.profile2
4 files changed, 7 insertions, 2 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 7912b746c..856018101 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -2,7 +2,8 @@
2# keyword-argument pairs, one per line. Most features are enabled by default. 2# keyword-argument pairs, one per line. Most features are enabled by default.
3# Use 'yes' or 'no' as configuration values. 3# Use 'yes' or 'no' as configuration values.
4 4
5# Allow programs to display a tray icon 5# Allow programs to display a tray icon (warning: allows escaping the sandbox;
6# see https://github.com/netblue30/firejail/discussions/4053)
6# allow-tray no 7# allow-tray no
7 8
8# Enable AppArmor functionality, default enabled. 9# Enable AppArmor functionality, default enabled.
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 255da0fbd..6b9747fb4 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -962,6 +962,7 @@ blacklist ${HOME}/.local/share/plasma_notes
962blacklist ${HOME}/.local/share/profanity 962blacklist ${HOME}/.local/share/profanity
963blacklist ${HOME}/.local/share/psi 963blacklist ${HOME}/.local/share/psi
964blacklist ${HOME}/.local/share/psi+ 964blacklist ${HOME}/.local/share/psi+
965blacklist ${HOME}/.local/share/qBittorrent
965blacklist ${HOME}/.local/share/qpdfview 966blacklist ${HOME}/.local/share/qpdfview
966blacklist ${HOME}/.local/share/quadrapassel 967blacklist ${HOME}/.local/share/quadrapassel
967blacklist ${HOME}/.local/share/qutebrowser 968blacklist ${HOME}/.local/share/qutebrowser
diff --git a/etc/profile-m-z/qbittorrent.profile b/etc/profile-m-z/qbittorrent.profile
index 8778ec5fb..ebe67c63b 100644
--- a/etc/profile-m-z/qbittorrent.profile
+++ b/etc/profile-m-z/qbittorrent.profile
@@ -10,6 +10,7 @@ noblacklist ${HOME}/.cache/qBittorrent
10noblacklist ${HOME}/.config/qBittorrent 10noblacklist ${HOME}/.config/qBittorrent
11noblacklist ${HOME}/.config/qBittorrentrc 11noblacklist ${HOME}/.config/qBittorrentrc
12noblacklist ${HOME}/.local/share/data/qBittorrent 12noblacklist ${HOME}/.local/share/data/qBittorrent
13noblacklist ${HOME}/.local/share/qBittorrent
13 14
14# Allow python (blacklisted by disable-interpreters.inc) 15# Allow python (blacklisted by disable-interpreters.inc)
15include allow-python2.inc 16include allow-python2.inc
@@ -26,11 +27,13 @@ mkdir ${HOME}/.cache/qBittorrent
26mkdir ${HOME}/.config/qBittorrent 27mkdir ${HOME}/.config/qBittorrent
27mkfile ${HOME}/.config/qBittorrentrc 28mkfile ${HOME}/.config/qBittorrentrc
28mkdir ${HOME}/.local/share/data/qBittorrent 29mkdir ${HOME}/.local/share/data/qBittorrent
30mkdir ${HOME}/.local/share/qBittorrent
29whitelist ${DOWNLOADS} 31whitelist ${DOWNLOADS}
30whitelist ${HOME}/.cache/qBittorrent 32whitelist ${HOME}/.cache/qBittorrent
31whitelist ${HOME}/.config/qBittorrent 33whitelist ${HOME}/.config/qBittorrent
32whitelist ${HOME}/.config/qBittorrentrc 34whitelist ${HOME}/.config/qBittorrentrc
33whitelist ${HOME}/.local/share/data/qBittorrent 35whitelist ${HOME}/.local/share/data/qBittorrent
36whitelist ${HOME}/.local/share/qBittorrent
34include whitelist-common.inc 37include whitelist-common.inc
35include whitelist-var-common.inc 38include whitelist-var-common.inc
36 39
diff --git a/etc/profile-m-z/wireshark.profile b/etc/profile-m-z/wireshark.profile
index 8806695f6..c336efb86 100644
--- a/etc/profile-m-z/wireshark.profile
+++ b/etc/profile-m-z/wireshark.profile
@@ -26,7 +26,7 @@ include whitelist-var-common.inc
26 26
27apparmor 27apparmor
28# caps.drop all 28# caps.drop all
29caps.keep dac_override,net_admin,net_raw 29caps.keep dac_override,dac_read_search,net_admin,net_raw
30netfilter 30netfilter
31no3d 31no3d
32# nogroups - breaks network traffic capture for unprivileged users 32# nogroups - breaks network traffic capture for unprivileged users