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

Automatically add user to vfio group #38

Open
oberien opened this issue Apr 28, 2017 · 4 comments
Open

Automatically add user to vfio group #38

oberien opened this issue Apr 28, 2017 · 4 comments

Comments

@oberien
Copy link
Collaborator

oberien commented Apr 28, 2017

When running the setup in user mode, it can't access /dev/vfio/X. The user manually needs to add himself to that group. This process should be automated.

@oberien oberien mentioned this issue Apr 28, 2017
@main--
Copy link
Owner

main-- commented Apr 28, 2017

// TODO: Add a step 0 here where we add the current user to the vfio group

@oberien
Copy link
Collaborator Author

oberien commented Apr 28, 2017

Each TODO should have an issue :P

@oberien
Copy link
Collaborator Author

oberien commented Jun 12, 2017

Using the AUR package, the user is added to the vfio group in post_install. Therefore we need to check if the user is already in that group and ifneedbe add him.

@main--
Copy link
Owner

main-- commented Jun 12, 2017

Therefore we need to check if the user is already in that group and ifneedbe add him.

Yes, of course this should not happen unconditionally.

Using the AUR package, the user is added to the vfio group in post_install.

No. Only the group is created.

@main-- main-- added this to the First release milestone Jul 25, 2017
@oberien oberien added the wizard label Aug 5, 2017
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