Update without a password
Bug #1530251 reported by
Danielle Foré
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
AppCenter |
New
|
Undecided
|
Unassigned | ||
elementary OS |
New
|
Undecided
|
Unassigned |
Bug Description
I'm not sure if this is an elementary OS issue or a AppCenter issue, but I feel like updates shouldn't require a password. I dunno, am I being crazy here?
To post a comment you must log in.
Taking ideas from OS X? Just kidding, anyway... :)
That's true, OS X has that feature in App Store, updating without a password. asswordinthewor ld1234" | sudo -S apt upgrade`). However this would enable some envy hackers to just decode the file the same way the appstore does (they can se how from the source code) and steal it from you, pushing afterwards viruses to you that use sudo. Not so pleasant, is it?
But in Linux, things are different. Since eOS is based on Ubuntu, performing an update requires using apt. to make any changes using this tool requires root previllages (that's why it usually runs with the `sudo` prefix). Thus, one way to do this, is making the OS remember your password (in an encrypted file or whatsoever), and redirect it to sudo (`echo "mostpowerfullp
In other words, such a feature would end up being a security vulnerability, which could make eOS much less secure. That's something that we don't want, is it?
#Dont_mess_ with_sudo