Always set owner's read bit, in files written #140
Labels
component: destinations
Related to WheelDestination and friends
type: task
Something that needs to be done that is not a bug or feature
on
sys.platform=="emscripten"
whereoct(os.umask(0)) == 0o777
by default instead of 0o22at
installer/src/installer/utils.py
Line 251 in 70ae05b
the execute bit is set but the user read one is lost making it impossible to preload libraries (.so). ( maybe make_file_loadable ? that set at least u+rx )
emscripten-core/emscripten#17269
The text was updated successfully, but these errors were encountered: