mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
29 lines
757 B
Text
29 lines
757 B
Text
# Firejail profile for wine
|
|
# Description: A compatibility layer for running Windows programs
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/wine.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
noblacklist ${HOME}/.Steam
|
|
noblacklist ${HOME}/.local/share/Steam
|
|
noblacklist ${HOME}/.local/share/steam
|
|
noblacklist ${HOME}/.steam
|
|
noblacklist ${HOME}/.wine
|
|
# with >=llvm-4 mesa drivers need llvm stuff
|
|
noblacklist /usr/lib/llvm*
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-interpreters.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
seccomp
|