Skip to content

Commit

Permalink
seccomp blacklist for lutris.profile
Browse files Browse the repository at this point in the history
Fix for #6035 
I don't know if !process_vm_readv is required see
  • Loading branch information
nutta-git committed Oct 24, 2023
1 parent fa075b6 commit fc8d421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/profile-a-l/lutris.profile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ notv
nou2f
novideo
protocol unix,inet,inet6,netlink
seccomp !modify_ldt
seccomp !modify_ldt,!clone3,!ptrace,!process_vm_readv
seccomp.32 !modify_ldt

# Add the next line to your lutris.local if you do not need controller support.
Expand Down

0 comments on commit fc8d421

Please sign in to comment.