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

Add option for user authentication when using sudo #478

Open
DonFlymoor opened this issue Dec 7, 2020 · 0 comments
Open

Add option for user authentication when using sudo #478

DonFlymoor opened this issue Dec 7, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@DonFlymoor
Copy link

I've had to disable howdy being able to authenticate as root, because I was afraid that some malicious application would gain root privileges that way.
What happens:

user@computer:~$ sudo su
... howdy athenticates ...
root@computer:/home/user#

The webcam turns on, and when face verification succeeds, it logs on as root. This has serious security implications, as malicious program could easily gain root privileges, possibly without the user noticing.

This is what I would like to see on the command line:

user@computer:~$ sudo echo "testing"
Do you wish to allow echo to be run as root [y/n]:y
... howdy athenticates ...
testing

And when the command is not run in the terminal a popup should appear, although I think that may already happen.

@boltgolt boltgolt added this to the Release 2.7.0 milestone Dec 7, 2020
@boltgolt boltgolt added the enhancement New feature or request label Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants