From 9e3ba319be6b9546d7e8f450ca419ee2f3f4040b Mon Sep 17 00:00:00 2001 From: Tad Date: Mon, 7 Aug 2017 01:22:08 -0400 Subject: Unify all profiles --- etc/qbittorrent.profile | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'etc/qbittorrent.profile') diff --git a/etc/qbittorrent.profile b/etc/qbittorrent.profile index 7ae8a22d4..5dcba0825 100644 --- a/etc/qbittorrent.profile +++ b/etc/qbittorrent.profile @@ -1,30 +1,29 @@ -# Persistent global definitions go here -include /etc/firejail/globals.local - -# This file is overwritten during software install. -# Persistent customizations should go in a .local file. +# Firejail profile for qbittorrent +# This file is overwritten after every install/update +# Persistent local customizations include /etc/firejail/qbittorrent.local +# Persistent global definitions +include /etc/firejail/globals.local -# qbittorrent bittorrent profile -noblacklist ~/.config/qt5ct +noblacklist ~/.cache/qBittorrent noblacklist ~/.config/qBittorrent noblacklist ~/.config/qBittorrentrc -noblacklist ~/.cache/qBittorrent +noblacklist ~/.config/qt5ct include /etc/firejail/disable-common.inc -include /etc/firejail/disable-programs.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-passwdmgr.inc +include /etc/firejail/disable-programs.inc -mkdir ~/.local/share/data/qBittorrent -whitelist ~/.local/share/data/qBittorrent -whitelist ~/.config/qt5ct +mkdir ~/.cache/qBittorrent mkdir ~/.config/qBittorrent +mkdir ~/.local/share/data/qBittorrent +whitelist ${DOWNLOADS} +whitelist ~/.cache/qBittorrent whitelist ~/.config/qBittorrent whitelist ~/.config/qBittorrentrc -mkdir ~/.cache/qBittorrent -whitelist ~/.cache/qBittorrent -whitelist ${DOWNLOADS} +whitelist ~/.config/qt5ct +whitelist ~/.local/share/data/qBittorrent include /etc/firejail/whitelist-common.inc caps.drop all @@ -37,9 +36,11 @@ nosound protocol unix,inet,inet6,netlink seccomp -# there are some problems with "Open destination folder", see bug #536 -#shell none -#private-bin qbittorrent +# private-bin qbittorrent private-dev # private-etc X11,fonts,xdg,resolv.conf private-tmp + +# CLOBBERED COMMENTS +# shell none +# there are some problems with "Open destination folder", see bug # 536 -- cgit v1.2.3-70-g09d2