-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
[Docs] Update udev rules to use TAG+="uaccess". #8750
[Docs] Update udev rules to use TAG+="uaccess". #8750
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lib/python/qmk/cli/doctor.py
needs updating to reflect these docs changes, though this might then cause issue as how do we tell users they need to update existing files content.
@zvecr Any objections to updating that Python code to be able to fallback to detecting the "old" version, and allowing it, but warning in that scenario about updating them? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've opened #9080 for the qmk doctor
part.
* udev for several years now has supported "dynamic" permissions for device access for the logged in user, that avoids needing custom groups, or making devices world writable. * Update the docs for udev rules to use the "newer" `uaccess` approach.
f583a71
to
a81bf28
Compare
Description
for device access for the logged in user, that avoids needing
custom groups, or making devices world writable.
uaccess
approach.
Types of Changes
Issues Fixed or Closed by This PR
Checklist