Skip to content
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

[macos] Shipping dotnet-* tools unsigned #1942

Open
Tracked by #3884
sdmaclea opened this issue Jan 28, 2021 · 1 comment
Open
Tracked by #3884

[macos] Shipping dotnet-* tools unsigned #1942

sdmaclea opened this issue Jan 28, 2021 · 1 comment
Assignees
Labels
arm64 ARM64 architecture related issue bug Something isn't working engineering
Milestone

Comments

@sdmaclea
Copy link
Contributor

Description

The released global diagnostic tools are not signed.

For instance

codesign -v $(which dotnet-sos)

% codesign -v $(which dotnet-sos)
/Users/stmaclea/.dotnet/tools/dotnet-sos: code object is not signed at all
In architecture: arm64

This is problematic for Apple Silicon because it runs on Big Sur and the kernel will automatically kill all unsigned binaries.

zsh: killed    /Users/stmaclea/.dotnet/tools/dotnet-sos

It is not clear whether this affects all Big-Sur architectures.

/cc @hoyosjs @mikem8361 @vitek-karas

@sdmaclea sdmaclea added bug Something isn't working engineering arm64 ARM64 architecture related issue labels Jan 28, 2021
@tommcdon tommcdon added this to the 6.0.0 milestone Feb 1, 2021
@tommcdon tommcdon modified the milestones: 6.0.0, 7.0.0 Nov 8, 2021
@tommcdon tommcdon self-assigned this Jun 6, 2022
@tommcdon tommcdon modified the milestones: 7.0.0, Future Jun 6, 2022
@tommcdon
Copy link
Member

tommcdon commented Jun 6, 2022

Move to future though will validate if this is already happening and if so close it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arm64 ARM64 architecture related issue bug Something isn't working engineering
Projects
None yet
Development

No branches or pull requests

3 participants