mirror of
https://github.com/netblue30/firejail.git
synced 2026-07-17 23:07:27 -06:00
profiles: lutris: fix proton compatibility (#7181)
umu: https://github.com/Open-Wine-Components/umu-launcher seccomp based on this PR: * #5017
This commit is contained in:
parent
b3407c6cd0
commit
4e80550beb
1 changed files with 4 additions and 2 deletions
|
|
@ -54,6 +54,7 @@ whitelist ${HOME}/.cache/winetricks
|
|||
whitelist ${HOME}/.config/MangoHud
|
||||
whitelist ${HOME}/.config/lutris
|
||||
whitelist ${HOME}/.local/share/lutris
|
||||
whitelist ${HOME}/.local/share/umu
|
||||
#whitelist ${HOME}/.wine
|
||||
whitelist /usr/share/lutris
|
||||
whitelist /usr/share/wine
|
||||
|
|
@ -78,7 +79,7 @@ notv
|
|||
#nou2f # may break gamepads in certain games (see #6523)
|
||||
novideo
|
||||
protocol unix,inet,inet6,netlink
|
||||
seccomp !clone3,!modify_ldt,!process_vm_readv,!ptrace
|
||||
seccomp !chroot,!clone3,!modify_ldt,!mount,!name_to_handle_at,!pivot_root,!process_vm_readv,!ptrace,!umount2
|
||||
seccomp.32 !modify_ldt
|
||||
|
||||
# Add the next line to your lutris.local if you do not need controller support.
|
||||
|
|
@ -90,4 +91,5 @@ dbus-user.own net.lutris.Lutris
|
|||
dbus-user.talk com.feralinteractive.GameMode
|
||||
dbus-system none
|
||||
|
||||
restrict-namespaces
|
||||
#breaks proton
|
||||
#restrict-namespaces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue