Skip to content

entitlements bundle missing some of Python's entitlements #18

@ctrueden

Description

@ctrueden

In the README, it's written that the following entitlements are declared:

  • com.apple.security.cs.allow-unsigned-executable-memory
  • com.apple.security.cs.allow-jit

But Python distributions declare some others:

  • com.apple.security.automation.apple-events
  • com.apple.security.cs.allow-dyld-environment-variables
  • com.apple.security.cs.disable-executable-page-protection
  • com.apple.security.cs.disable-library-validation

I would suggest including those as well in the list, or else Python-based programs launched with this approach may have problems that don't happen when launched via the python launcher.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions