-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporary extract directory permissions are too restrictive #286
Comments
As I tried to fix this, I found that
|
Upstream issue has been reported to PyInstaller. There's some discussion by the maintainer's on the best ways to fix it properly and safely (including how to avoid naming things too POSIX-ly, in consideration of Windows): |
I will probably prefer to go with whatever solution PyInstaller lands on. |
So colo |
I am trying to use
[email protected]
with a[email protected] --onefile
binary on Debian 12.5 and I'm receiving the following error:My script does a few unusual things that trigger this error.
root
onefile
package, such that the module is imported after the user switch.The permissions on the temporary directory created by
staticx
are700
, but they should be755
.Minimal reproducing script is below.
I'm running
staticx
this way:The text was updated successfully, but these errors were encountered: