Your system information
- Steam Runtime Version: 4
- Distribution (e.g. Ubuntu 18.04):
- Link to your full system information: https://gist.github.com/Damglador/656ea0fa32b425ca06656ebbe58e19a3
- Have you checked for system updates?: Yes
- What compatibility tool are you using?: Proton-GE/Experimental
- What versions are listed in
steamapps/common/SteamLinuxRuntime/VERSIONS.txt?
#Name Version Runtime Runtime_Version Comment
depot 1.0.20260618.246542 # Overall version number
LD_LIBRARY_PATH 1.0.20260618.246542 scout 1.0.20260618.246542 # steam-runtime/
scripts 0.20260618.0 # from steam-runtime-tools
- What versions are listed in
steamapps/common/SteamLinuxRuntime_soldier/VERSIONS.txt?
#Name Version Runtime Runtime_Version Comment
depot 2.0.20260805.254767 # Overall version number
pressure-vessel 0.20260805.0
pressure-vessel-arm64 0.20260805.0
scripts 0.20260805.0 # from steam-runtime-tools
soldier 2.0.20260805.254767 soldier 2.0.20260805.254767 # soldier_platform_2.0.20260805.254767/
- What versions are listed in
steamapps/common/SteamLinuxRuntime_sniper/VERSIONS.txt?
#Name Version Runtime Runtime_Version Comment
depot 3.0.20260805.254768 # Overall version number
pressure-vessel 0.20260805.0
pressure-vessel-arm64 0.20260805.0
scripts 0.20260805.0 # from steam-runtime-tools
sniper 3.0.20260805.254768 sniper 3.0.20260805.254768 # sniper_platform_3.0.20260805.254768/
- What versions are listed in
steamapps/common/SteamLinuxRuntime_4/VERSIONS.txt?
#Name Version Runtime Runtime_Version Comment
depot 4.0.20260805.254769 # Overall version number
pressure-vessel 0.20260805.0
pressure-vessel-arm64 0.20260805.0
scripts 0.20260805.0 # from steam-runtime-tools
steamrt4 4.0.20260805.254769 steamrt4 4.0.20260805.254769 # steamrt4_platform_4.0.20260805.254769/
Please describe your issue in as much detail as possible:
Folders created in a directory with default ACL should follow that f ACL instead of ignoring it and setting permissions to 700, or the folder shouldn't be created in external library in the first place, as it breaks sharing that library with other users on the system.
┌─[damglador@DamgladorPC][~/.steam/SteamLibrary/steamapps/common/SteamLinuxRuntime_4]
└% getfacl .
# file: .
# owner: damglador
# group: games
# flags: -s-
user::rwx
group::rwx
other::r-x
default:user::rwx
default:group::rwx
default:other::r-x
┌─[damglador@DamgladorPC][~/.steam/SteamLibrary/steamapps/common/SteamLinuxRuntime_4]
└% getfacl var
# file: var
# owner: damglador
# group: games
# flags: -s-
user::rwx
group::--- <- This should be rwx
other::---
default:user::rwx
default:group::rwx
default:other::r-x
SLR Soldier and Sniper do the same thing
Steps for reproducing this issue:
setfacl -R -d -m u::rwX,g::rwX,o::rX steamapps/common/SteamLinuxRuntime_4
rm -r steamapps/common/SteamLinuxRuntime_4/var
- Run a game with Proton for SLR4 to recreate the var folder
getfacl steamapps/common/SteamLinuxRuntime_4/var
Your system information
steamapps/common/SteamLinuxRuntime/VERSIONS.txt?steamapps/common/SteamLinuxRuntime_soldier/VERSIONS.txt?steamapps/common/SteamLinuxRuntime_sniper/VERSIONS.txt?steamapps/common/SteamLinuxRuntime_4/VERSIONS.txt?Please describe your issue in as much detail as possible:
Folders created in a directory with default ACL should follow that f ACL instead of ignoring it and setting permissions to
700, or the folder shouldn't be created in external library in the first place, as it breaks sharing that library with other users on the system.SLR Soldier and Sniper do the same thing
Steps for reproducing this issue:
setfacl -R -d -m u::rwX,g::rwX,o::rX steamapps/common/SteamLinuxRuntime_4rm -r steamapps/common/SteamLinuxRuntime_4/vargetfacl steamapps/common/SteamLinuxRuntime_4/var