aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-11-13 19:54:33 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2019-11-13 19:54:33 +0100
commit469be1b3c27f9101e8e58d7d962947536e0c036a (patch)
tree00ff3530e4d5ff1e1e3d138315c39e68931c82ec
parentharden wine profile (diff)
downloadfirejail-469be1b3c27f9101e8e58d7d962947536e0c036a.tar.gz
firejail-469be1b3c27f9101e8e58d7d962947536e0c036a.tar.zst
firejail-469be1b3c27f9101e8e58d7d962947536e0c036a.zip
wine: propose allow-debuggers instead
-rw-r--r--etc/wine.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/wine.profile b/etc/wine.profile
index 6a95c80a0..29e79c3f5 100644
--- a/etc/wine.profile
+++ b/etc/wine.profile
@@ -18,6 +18,8 @@ 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
22# allow-debuggers
21caps.drop all 23caps.drop all
22# net none 24# net none
23netfilter 25netfilter
@@ -27,7 +29,6 @@ nonewprivs
27noroot 29noroot
28notv 30notv
29# novideo 31# novideo
30# if seccomp breaks your program, add !ptrace to the next line
31seccomp 32seccomp
32 33
33private-dev 34private-dev