The AppImage release of v2.3.3 errors while installing A1111 with `An error occurred trying to start process '/home/user/Applications/Data/Assets/7zzs' with working directory '/home/user/Applications'. Permission denied`
The permissions applied were `-r----x--t`. I found a typo in the permissions, but also the `UnixFileMode` (https://learn.microsoft.com/en-us/dotnet/api/system.io.unixfilemode) is an enum which doesn't seem to cast from typical values like 0777.
I also noticed the permissions were intended to be _quite_ permissive. This change also prevents `group` and `all` writes.