mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
steam.profile: fix Proton-GE version in comment
This amends commit e2631b40d ("steam.profile: fix breakage with newer
Proton-GE (process_vm_readv)", 2022-08-20).
This commit is contained in:
parent
e2631b40d9
commit
783c700510
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ protocol unix,inet,inet6,netlink
|
||||||
# mount, name_to_handle_at, pivot_root and umount2 are used by Proton >= 5.13
|
# mount, name_to_handle_at, pivot_root and umount2 are used by Proton >= 5.13
|
||||||
# (see #4366).
|
# (see #4366).
|
||||||
seccomp !chroot,!mount,!name_to_handle_at,!pivot_root,!ptrace,!umount2
|
seccomp !chroot,!mount,!name_to_handle_at,!pivot_root,!ptrace,!umount2
|
||||||
# process_vm_readv is used by Proton > 7.2 (see #5185).
|
# process_vm_readv is used by GE-Proton7-18 (see #5185).
|
||||||
seccomp.32 !process_vm_readv
|
seccomp.32 !process_vm_readv
|
||||||
# tracelog breaks integrated browser
|
# tracelog breaks integrated browser
|
||||||
#tracelog
|
#tracelog
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue