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

Some MAP_ constants defined on macOS but not in mmap #113868

Open
ronaldoussoren opened this issue Jan 9, 2024 · 0 comments
Open

Some MAP_ constants defined on macOS but not in mmap #113868

ronaldoussoren opened this issue Jan 9, 2024 · 0 comments
Labels
OS-mac type-feature A feature request or enhancement

Comments

@ronaldoussoren
Copy link
Contributor

ronaldoussoren commented Jan 9, 2024

Feature or enhancement

Proposal:

The following MAP_* flags are defined on macOS, but are not exposed in the module mmap:

  • MAP_NORESERVE
  • MAP_NOEXTEND
  • MAP_HASSEMAPHORE
  • MAP_NOCACHE
  • MAP_JIT
  • MAP_RESILIENT_CODESIGN
  • MAP_RESILIENT_MEDIA
  • MAP_32BIT
  • MAP_TRANSLATED_ALLOW_EXECUTE
  • MAP_UNIX03
  • MAP_TPRO

The system also defines MAP_COPY, MAP_RENAME, but those seem to be less useful. MAP_FILE and MAP_FIXED are generic flags that aren't useful for module mmap.

This is based on the macOS 14.2 SDK.

Two other things I noticed, but something for different issues:

  • There's a comment about msync(2) flags in the implementation for mmap.mmap.flush()
  • There is no way to change the memory protection (PROT_READ etc.) after creating the mapping, exposing such functionality could be useful for using mmap to write executable code in Python.

Has this already been discussed elsewhere?

This is a minor feature, which does not need previous discussion elsewhere

Links to previous discussion of this feature:

No response

Linked PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-mac type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant