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

Figure out how to access sysfs gpio without requiring privileged flag #4

Open
shaunmulligan opened this issue Nov 9, 2018 · 0 comments

Comments

@shaunmulligan
Copy link
Contributor

Currently to use the balena fin boards RGB led, we need access to /sys and the only way I have been able to do that so far is by enabling privileged: true for the service.

It would be nice to figure how to avoid using privilege and map the serial devices in as such:

    devices:
       - "/dev/UC20.NMEA:/dev/UC20.NMEA"
       - "/dev/UC20.AT:/dev/UC20.AT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant