We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
USB devices are mounted by Akri using the device plugin interface. Here is where that is done. By default, read/write/modify permissions are set by the udev discovery handler. These permissions should be configurable for the discovery handler for a Configuration. We'd need to add a new field to the discoveryDetails of the discovery handler here: https://github.com/kate-goldenring/akri/blob/733fae50c1dae6ec8351c92a5e6ba9695ba1f7e1/discovery-handlers/udev/src/discovery_handler.rs#L28-L29
discoveryDetails
The text was updated successfully, but these errors were encountered:
No branches or pull requests
USB devices are mounted by Akri using the device plugin interface. Here is where that is done. By default, read/write/modify permissions are set by the udev discovery handler. These permissions should be configurable for the discovery handler for a Configuration. We'd need to add a new field to the
discoveryDetails
of the discovery handler here: https://github.com/kate-goldenring/akri/blob/733fae50c1dae6ec8351c92a5e6ba9695ba1f7e1/discovery-handlers/udev/src/discovery_handler.rs#L28-L29The text was updated successfully, but these errors were encountered: