mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
lutris.profile: allow more syscalls
Need to whitelist `ptrace` and `clone3` for Ubisoft Connect to work. journalctl did list `process_vm_readv` when a game was running, but it didn't crash the game. Fixes #6035.
This commit is contained in:
parent
fa075b62fb
commit
fbba037901
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ notv
|
|||
nou2f
|
||||
novideo
|
||||
protocol unix,inet,inet6,netlink
|
||||
seccomp !modify_ldt
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue