From 281ad508084018c34acef505412450bfde0a6ab7 Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Thu, 28 Dec 2017 18:09:45 -0600 Subject: Fix #1690 - qbittorrent doesn't launch on some Arch and Mint 17.3 systems --- etc/qbittorrent.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/qbittorrent.profile b/etc/qbittorrent.profile index 6e2ebd913..a01b1e9a8 100644 --- a/etc/qbittorrent.profile +++ b/etc/qbittorrent.profile @@ -39,12 +39,12 @@ protocol unix,inet,inet6,netlink seccomp shell none -private-bin qbittorrent +private-bin qbittorrent,python* private-dev # private-etc X11,fonts,xdg,resolv.conf # private-lib - problems on Arch private-tmp -memory-deny-write-execute +# memory-deny-write-execute - problems on Arch, see #1690 on GitHub repo noexec ${HOME} noexec /tmp -- cgit v1.2.3-54-g00ecf