aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/wine.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2020-11-23 16:51:27 -0500
committerLibravatar Tad <tad@spotco.us>2020-11-23 16:54:37 -0500
commit096b27c6b34801feb89748639e9588a0cf478aa7 (patch)
treefa7dc852522818abc5522640f39f3e9c2bef9ab8 /etc/profile-m-z/wine.profile
parentreorder disable-write-mnt.inc (diff)
downloadfirejail-096b27c6b34801feb89748639e9588a0cf478aa7.tar.gz
firejail-096b27c6b34801feb89748639e9588a0cf478aa7.tar.zst
firejail-096b27c6b34801feb89748639e9588a0cf478aa7.zip
Add a profile for Lutris
- Lutris isn't added to firecfg just yet, needs more testing - aria2c profile has a comment regarding Lutris/Winetricks, but it shouldn't matter since it can't be nested - Add commented wusc to wine.profile - Add vulkan and zenity to wusc.inc
Diffstat (limited to 'etc/profile-m-z/wine.profile')
-rw-r--r--etc/profile-m-z/wine.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-m-z/wine.profile b/etc/profile-m-z/wine.profile
index 901340052..6ac74b9da 100644
--- a/etc/profile-m-z/wine.profile
+++ b/etc/profile-m-z/wine.profile
@@ -6,6 +6,7 @@ include wine.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.cache/winetricks
9noblacklist ${HOME}/.Steam 10noblacklist ${HOME}/.Steam
10noblacklist ${HOME}/.local/share/Steam 11noblacklist ${HOME}/.local/share/Steam
11noblacklist ${HOME}/.local/share/steam 12noblacklist ${HOME}/.local/share/steam
@@ -19,6 +20,8 @@ include disable-interpreters.inc
19include disable-passwdmgr.inc 20include disable-passwdmgr.inc
20include disable-programs.inc 21include disable-programs.inc
21 22
23# whitelist /usr/share/wine
24# include whitelist-usr-share-common.inc
22include whitelist-var-common.inc 25include whitelist-var-common.inc
23 26
24# some applications don't need allow-debuggers, comment the next line 27# some applications don't need allow-debuggers, comment the next line