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

uinput keyboard handler now requires net_bt_stack group #20

Open
teleshoes opened this issue Dec 14, 2021 · 0 comments
Open

uinput keyboard handler now requires net_bt_stack group #20

teleshoes opened this issue Dec 14, 2021 · 0 comments

Comments

@teleshoes
Copy link
Contributor

/dev/uinput device is owned by the group net_bt_stack
running lipstick2vnc as non-root user with --keyboard-handler will result in the keyboard device not loading.

workaround: append net_bt_stack group to user defaultuser/nemo
usermod -G net_bt_stack nemo

(or chown system.privileged /dev/uinput at boot or on the fly since SGID bit is set)

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