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

Set CLOEXEC on memfd #1547

Closed
iapaddler opened this issue Jun 23, 2023 · 0 comments · Fixed by #1548
Closed

Set CLOEXEC on memfd #1547

iapaddler opened this issue Jun 23, 2023 · 0 comments · Fixed by #1548
Assignees
Labels
bug Something isn't working libscope
Milestone

Comments

@iapaddler
Copy link
Contributor

The memfd fd is inherited from the parent. This causes a child to not appear to be scope using the CLI ps command. Setting MFD_CLOEXEC on the memfd_create() function will address this.

@iapaddler iapaddler added this to the 1.4.0 milestone Jun 23, 2023
@iapaddler iapaddler self-assigned this Jun 23, 2023
@iapaddler iapaddler added the bug Something isn't working label Jun 23, 2023
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in AppScope 1.4.0 Release (Summer 23) Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working libscope
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant