From 1a1543f356440383d017a3f9ac975bcbc6e6459d Mon Sep 17 00:00:00 2001 From: smitsohu Date: Wed, 11 Dec 2019 17:37:36 +0100 Subject: wine: enable allow-debuggers by default - #446 --- etc/wine.profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/wine.profile b/etc/wine.profile index 29e79c3f5..67e3952e1 100644 --- a/etc/wine.profile +++ b/etc/wine.profile @@ -18,8 +18,9 @@ include disable-interpreters.inc include disable-passwdmgr.inc include disable-programs.inc -# uncomment next line if seccomp breaks a program -# allow-debuggers +# some applications don't need allow-debuggers, comment the next line +# if it is not necessary (or put 'ignore allow-debuggers' in your wine.local) +allow-debuggers caps.drop all # net none netfilter -- cgit v1.2.3-54-g00ecf