From bb3f88606b31572c68cb8d7ab8efd450a3bf1cfe Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Wed, 15 Feb 2023 01:59:34 +0000 Subject: qutebrowser: allow userscripts by default (#5649) Fixes #5639. qutebrowser: drop apparmor Suggested in PR review. --- etc/profile-m-z/qutebrowser.profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/qutebrowser.profile b/etc/profile-m-z/qutebrowser.profile index e83484ae5..0d35dbbad 100644 --- a/etc/profile-m-z/qutebrowser.profile +++ b/etc/profile-m-z/qutebrowser.profile @@ -18,6 +18,8 @@ include allow-bin-sh.inc include allow-python2.inc include allow-python3.inc +ignore noexec ${HOME} + include disable-common.inc include disable-devel.inc include disable-exec.inc @@ -41,7 +43,7 @@ include whitelist-runuser-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -apparmor +#apparmor # breaks userscripts under ${HOME}, see #5639 caps.drop all netfilter nodvd -- cgit v1.2.3-54-g00ecf