PAM user (with full admin access), but not access to repository updates?

Skyrider

Active Member
May 11, 2020
55
1
28
38
Greetings.

As of a long time, I noticed that only root user has access to update the system on the main node. Even though I created a user with full admin access the 'upgrade' option is gray, and only refresh is available. Any reason as to why this is?
 
Last edited:
That's a bit silly, especially when root should not be enabled on a permanent basis for security reasons.
 
You still need root, as stuff like cluster joining is hardcoded to root for security reasons.
 
you can always run the update in a shell over SSH (ideally with screen/tmux/..) with any user that has permissions to do so (e.g., via sudo/pkexec/..). note that apt needs to run with effective root privileges in any case, however you get there ;)