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

Use the Hedgehog protocol to launch child processes #34

Open
SillyFreak opened this issue Oct 23, 2017 · 0 comments
Open

Use the Hedgehog protocol to launch child processes #34

SillyFreak opened this issue Oct 23, 2017 · 0 comments

Comments

@SillyFreak
Copy link
Member

The IDE currently starts child processes (i.e. client Python programs) itself. These programs thus run as the hedgehog-ide user. In contrast, running through the protocol command runs the program as hedgehog-server, giving it the privileges that programs accessing hardware generally need (this is also not clean - client programs running as a server user, but it at least means there is a single place to handle process privileges).

SillyFreak added a commit to PRIArobotics/HedgehogBundle that referenced this issue Oct 24, 2017
@trestoa trestoa added this to the 1.3 milestone Nov 20, 2017
@trestoa trestoa removed this from the 1.3 milestone Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants