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

Disable MacCatalyst too in PalCreateDump.cpp #89665

Merged
merged 1 commit into from
Jul 29, 2023
Merged

Conversation

akoeplinger
Copy link
Member

While you can fork/exec on MacCatalyst if the App Sandbox is enabled (required for AppStore) you can't write to arbitrary paths except those requested by the user through e.g. an Open File dialog which isn't possible here.

While you can fork/exec on MacCatalyst if the App Sandbox is enabled (required for AppStore) you can't write to arbitrary paths except those requested by the user through e.g. an Open File dialog which isn't possible here.
@ghost
Copy link

ghost commented Jul 29, 2023

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

While you can fork/exec on MacCatalyst if the App Sandbox is enabled (required for AppStore) you can't write to arbitrary paths except those requested by the user through e.g. an Open File dialog which isn't possible here.

Author: akoeplinger
Assignees: akoeplinger
Labels:

area-NativeAOT-coreclr

Milestone: -

@akoeplinger akoeplinger merged commit 45354ee into main Jul 29, 2023
@akoeplinger akoeplinger deleted the akoeplinger-patch-1 branch July 29, 2023 11:09
@ghost ghost locked as resolved and limited conversation to collaborators Aug 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants