aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2020-02-09 17:03:46 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2020-02-09 17:03:46 +0100
commit1f9c96d75b61cb8d0e568af973a7548df16c385c (patch)
tree5e3e3d13ec72383742cc48e58d629148c3ad1a32 /etc
parentsimplescreenrecorder.profile (diff)
downloadfirejail-1f9c96d75b61cb8d0e568af973a7548df16c385c.tar.gz
firejail-1f9c96d75b61cb8d0e568af973a7548df16c385c.tar.zst
firejail-1f9c96d75b61cb8d0e568af973a7548df16c385c.zip
harden wine
Diffstat (limited to 'etc')
-rw-r--r--etc/disable-programs.inc1
-rw-r--r--etc/wine.profile4
2 files changed, 5 insertions, 0 deletions
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index 415b3beb6..02751a818 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -701,6 +701,7 @@ blacklist ${HOME}/.xpdfrc
701blacklist ${HOME}/.zoom 701blacklist ${HOME}/.zoom
702blacklist /tmp/akonadi-* 702blacklist /tmp/akonadi-*
703blacklist /tmp/ssh-* 703blacklist /tmp/ssh-*
704blacklist /tmp/.wine-*
704blacklist /var/games/nethack 705blacklist /var/games/nethack
705blacklist /var/games/slashem 706blacklist /var/games/slashem
706blacklist /var/games/vulturesclaw 707blacklist /var/games/vulturesclaw
diff --git a/etc/wine.profile b/etc/wine.profile
index 67e3952e1..901340052 100644
--- a/etc/wine.profile
+++ b/etc/wine.profile
@@ -11,6 +11,7 @@ noblacklist ${HOME}/.local/share/Steam
11noblacklist ${HOME}/.local/share/steam 11noblacklist ${HOME}/.local/share/steam
12noblacklist ${HOME}/.steam 12noblacklist ${HOME}/.steam
13noblacklist ${HOME}/.wine 13noblacklist ${HOME}/.wine
14noblacklist /tmp/.wine-*
14 15
15include disable-common.inc 16include disable-common.inc
16include disable-devel.inc 17include disable-devel.inc
@@ -18,6 +19,8 @@ include disable-interpreters.inc
18include disable-passwdmgr.inc 19include disable-passwdmgr.inc
19include disable-programs.inc 20include disable-programs.inc
20 21
22include whitelist-var-common.inc
23
21# some applications don't need allow-debuggers, comment the next line 24# some applications don't need allow-debuggers, comment the next line
22# if it is not necessary (or put 'ignore allow-debuggers' in your wine.local) 25# if it is not necessary (or put 'ignore allow-debuggers' in your wine.local)
23allow-debuggers 26allow-debuggers
@@ -28,6 +31,7 @@ nodvd
28nogroups 31nogroups
29nonewprivs 32nonewprivs
30noroot 33noroot
34# nosound
31notv 35notv
32# novideo 36# novideo
33seccomp 37seccomp