aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-12-11 17:37:36 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2019-12-11 17:37:36 +0100
commit1a1543f356440383d017a3f9ac975bcbc6e6459d (patch)
tree58c790f57bd5108e5d7637b31f876cf0e2de7c3b
parentlittle things (diff)
downloadfirejail-1a1543f356440383d017a3f9ac975bcbc6e6459d.tar.gz
firejail-1a1543f356440383d017a3f9ac975bcbc6e6459d.tar.zst
firejail-1a1543f356440383d017a3f9ac975bcbc6e6459d.zip
wine: enable allow-debuggers by default - #446
-rw-r--r--etc/wine.profile5
1 files changed, 3 insertions, 2 deletions
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
18include disable-passwdmgr.inc 18include disable-passwdmgr.inc
19include disable-programs.inc 19include disable-programs.inc
20 20
21# uncomment next line if seccomp breaks a program 21# some applications don't need allow-debuggers, comment the next line
22# allow-debuggers 22# if it is not necessary (or put 'ignore allow-debuggers' in your wine.local)
23allow-debuggers
23caps.drop all 24caps.drop all
24# net none 25# net none
25netfilter 26netfilter