How does the ‘sudo usermod -aG input $USER’ command affect security?

0
15
Asked By RandomGamer42 On

I'm really into Geometry Dash and recently started using the "click between frames" mod. To use it properly on Linux, I need to run the command `sudo usermod -aG input $USER`. The mod page warns that this could compromise my computer's security, and I'm wondering how significant that risk is. Is it a big deal or manageable? Is it safe to use?

3 Answers

Answered By PrivacyConcerned On

I wouldn’t call it a small risk at all. If you're logged in while another user is actively using the machine, you could see their console inputs, which is a serious privacy issue!

Answered By SafetyFirst123 On

If you're the only one using the computer, it shouldn't pose a major security risk. But if there are other users, it does introduce some vulnerability, even if it's minor.

Answered By InputGuru99 On

Running that command adds your user to the input group. This lets your processes read from input devices like keyboards and mice, which regular users usually can’t do. So, if someone else is using the computer while your user is in that group, they could potentially read their inputs, including sensitive info like passwords.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.