The password which sudo asks for is the invoking user's password. So a user can have superuser prilleges as long as it remembers its own password, which seem very easy for any user.
So does sudo restrict on which users can acquire superuser privileges in that way? If yes, how does it specify that a user can't acquire superuser privileges in that way? Thanks.