Skip to content

Conversation

@gbaraldi
Copy link
Member

No description provided.

@gbaraldi gbaraldi requested a review from staticfloat December 28, 2022 14:28
@KristofferC KristofferC added the backport 1.9 Change should be backported to release-1.9 label Dec 28, 2022
@vchuravy
Copy link
Member

Is this something we should do generally when we create them?

@gbaraldi
Copy link
Member Author

gbaraldi commented Dec 28, 2022

Maybe?
Elliot said:

It is understandable that the pkgimage generation code only assigns the user executable bit, since it is, in general, sitting in a user’s home directory. However, since we are shipping a distribution here, we should alter the executable bits at make install time.

which seems reasonable.

@staticfloat
Copy link
Member

I think if you’re okay with making it more permissive, that would avoid one potential stumbling block in case sys admins want to run a shared depot.

@vchuravy
Copy link
Member

Yeah, I see no issue with that. The place to change it is

chmod(tmppath_so, filemode(path) & 0o777 | 0o300)

Co-authored-by: Elliot Saba <[email protected]>
@staticfloat staticfloat merged commit 58d9c87 into JuliaLang:master Dec 28, 2022
KristofferC pushed a commit that referenced this pull request Dec 28, 2022
* Change permissions of pkgimgs

* Update base/loading.jl

Co-authored-by: Elliot Saba <[email protected]>

Co-authored-by: Elliot Saba <[email protected]>
(cherry picked from commit 58d9c87)
@KristofferC KristofferC mentioned this pull request Dec 28, 2022
14 tasks
@staticfloat
Copy link
Member

julia-58d9c87fc5/share/julia/compiled/v1.10/LLD_jll/ZHBMJ_epoh3.dylib: replacing existing signature

Codesigning changes are looking good!

The staple and validate action worked!

Notarization worked, thanks Gabriel!

@KristofferC KristofferC removed the backport 1.9 Change should be backported to release-1.9 label Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants