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

readme.md improvements #69

Merged
merged 3 commits into from
Jul 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
change 2 filename mentions from italic to code line in Running as a s…
…emi-privileged user README.md section
drjaska committed Jul 14, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ecf8d057799e41462f83a7d9ca582efa9448bbe7
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -156,7 +156,7 @@ First, lets make a new user:

...then use udev and ACL to grant our new user access:

Manually edit */etc/udev/rules.d/90-keymapper-acl.rules* to include the following:
Manually edit `/etc/udev/rules.d/90-keymapper-acl.rules` to include the following:

KERNEL=="event*", SUBSYSTEM=="input", RUN+="/usr/bin/setfacl -m user:keymapper:rw /dev/input/%k"
KERNEL=="uinput", SUBSYSTEM=="misc", RUN+="/usr/bin/setfacl -m user:keymapper:rw /dev/uinput"
@@ -179,7 +179,7 @@ Many distros already have an input group; if not, you can create one. Next, add

...then use udev to grant our new user access (via the `input` group):

Manually edit */etc/udev/rules.d/90-keymapper-input.rules* to include the following:
Manually edit `/etc/udev/rules.d/90-keymapper-input.rules` to include the following:

SUBSYSTEM=="input", GROUP="input"
KERNEL=="uinput", SUBSYSTEM=="misc", GROUP="input"