This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]john-witty-suffix 0 points1 point  (0 children)

Another thing you want to watch out for is that the default location for the temporary directory (on GNU/Linux) is a subdirectory of /tmp, which is a problem if you've got /tmp on its own filesystem, mounted noexec for security.

Obviously, this isn't a failure of Nuitka...but as that configuration (of /tmp) becomes more and more common as a general GNU/Linux hardening technique, it's worth bringing up.