mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
86 lines
2.1 KiB
Text
86 lines
2.1 KiB
Text
# Firejail profile for lutris
|
|
# Description: Multi-library game handler with special support for Wine
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include lutris.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${PATH}/llvm*
|
|
noblacklist ${HOME}/Games
|
|
noblacklist ${HOME}/.cache/lutris
|
|
noblacklist ${HOME}/.cache/wine
|
|
noblacklist ${HOME}/.cache/winetricks
|
|
noblacklist ${HOME}/.config/MangoHud
|
|
noblacklist ${HOME}/.config/lutris
|
|
noblacklist ${HOME}/.local/share/lutris
|
|
#noblacklist ${HOME}/.wine
|
|
noblacklist /tmp/.wine-*
|
|
# Don't block access to /sbin and /usr/sbin to allow using ldconfig. Otherwise
|
|
# Lutris won't even start.
|
|
noblacklist /sbin
|
|
noblacklist /usr/sbin
|
|
|
|
ignore noexec ${HOME}
|
|
|
|
# Allow python (blacklisted by disable-interpreters.inc)
|
|
include allow-python2.inc
|
|
include allow-python3.inc
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
mkdir ${HOME}/Games
|
|
mkdir ${HOME}/.cache/lutris
|
|
mkdir ${HOME}/.cache/wine
|
|
mkdir ${HOME}/.cache/winetricks
|
|
mkdir ${HOME}/.config/lutris
|
|
mkdir ${HOME}/.local/share/lutris
|
|
#mkdir ${HOME}/.wine
|
|
whitelist ${DOWNLOADS}
|
|
whitelist ${HOME}/Games
|
|
whitelist ${HOME}/.cache/lutris
|
|
whitelist ${HOME}/.cache/wine
|
|
whitelist ${HOME}/.cache/winetricks
|
|
whitelist ${HOME}/.config/MangoHud
|
|
whitelist ${HOME}/.config/lutris
|
|
whitelist ${HOME}/.local/share/lutris
|
|
#whitelist ${HOME}/.wine
|
|
whitelist /usr/share/lutris
|
|
whitelist /usr/share/wine
|
|
include whitelist-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-runuser-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
#allow-debuggers
|
|
#apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
#net none
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp !clone3,!modify_ldt,!process_vm_readv,!ptrace
|
|
seccomp.32 !modify_ldt
|
|
|
|
# Add the next line to your lutris.local if you do not need controller support.
|
|
#private-dev
|
|
private-tmp
|
|
|
|
dbus-user filter
|
|
dbus-user.own net.lutris.Lutris
|
|
dbus-user.talk com.feralinteractive.GameMode
|
|
dbus-system none
|
|
|
|
restrict-namespaces
|