-
Notifications
You must be signed in to change notification settings - Fork 171
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
[Feature request] Open device read-only #206
Comments
Are you talking about metal_device_open? |
Hello and yes. Use case is just making sure it is never written to even in case of program malfunction; a bit like using the correct mode in |
I suppose that your need is for Linux user space, right? |
I guess so |
This issue has been marked as a stale issue because it has been open (more than) 45 days with no activity. |
Would be nice to have that option. Something using
mprotect
for SHM devices, for example.The text was updated successfully, but these errors were encountered: