From 613dad2103e5690e621a9182a520890f17b69a3c Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Sun, 9 Aug 2020 20:16:35 +0200 Subject: profile fixes (2) --- etc/pavucontrol.profile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'etc/pavucontrol.profile') diff --git a/etc/pavucontrol.profile b/etc/pavucontrol.profile index 5bbe1386f..0ae9f08af 100644 --- a/etc/pavucontrol.profile +++ b/etc/pavucontrol.profile @@ -16,11 +16,12 @@ include disable-passwdmgr.inc include disable-programs.inc include disable-xdg.inc -mkfile ${HOME}/.config/pavucontrol.ini -whitelist ${HOME}/.config/pavucontrol.ini +# whitelisting in ${HOME} is broken, see #3112 +#mkfile ${HOME}/.config/pavucontrol.ini +#whitelist ${HOME}/.config/pavucontrol.ini whitelist /usr/share/pavucontrol whitelist /usr/share/pavucontrol-qt -include whitelist-common.inc +#include whitelist-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc @@ -39,6 +40,7 @@ novideo protocol unix,inet,inet6 seccomp shell none +tracelog disable-mnt private-bin pavucontrol @@ -48,4 +50,5 @@ private-etc alternatives,asound.conf,avahi,fonts,machine-id,pulse private-lib private-tmp -#memory-deny-write-execute - breaks on Arch (see issue #1803) +# mdwe is broken under Wayland, but works under Xorg. +#memory-deny-write-execute -- cgit v1.2.3-54-g00ecf