I created a user_2 that has no sudo privilages:
When I do sudo apt-get update it tells me to type in administrative password for user_2 and gives me back information that this user is not in sudoers group, which is correct behaviour.
But I can still do updates with Moun and install programs from this account and it ask me for administrative password of user_1 and accepts it.
Has this something to do with group 4(adm)?
Basically I created this account for myself, because I think it is a little bit more safer to not work on administrative account and even don't use administrative password on this account.
Code:
user@user_2 ~ $ id uid=1001(user_2) gid=1001(user_2) grupy=1001(user_2),4(adm),20(dialout),21(fax),24(cdrom),25(floppy),26(tape),29(audio),30(dip),44(video),46(plugdev),104(fuse),115(nopasswdlogin)
But I can still do updates with Moun and install programs from this account and it ask me for administrative password of user_1 and accepts it.
Has this something to do with group 4(adm)?
Basically I created this account for myself, because I think it is a little bit more safer to not work on administrative account and even don't use administrative password on this account.
Comment