Vanilla-OS / vanilla-system-operator

VSO is an utility which allows you to perform maintenance tasks on your Vanilla OS installation.
GNU General Public License v3.0
31 stars 15 forks source link

bug: investigate `vso sys upgrade` outputs root error #142

Closed kbdharun closed 3 months ago

mirkobrombin commented 3 months ago

Not able to replicate, works on 2 different laptops and a VM. Used this issue to add a missing polkit policy that could lead to the problem.

The abroot binary is a script that uses pkexec:

host-shell pkexec abroot "$@"

Possible regression introduced by this? https://github.com/Vanilla-OS/core-image/pull/65

We'll return on this if the issue persist for more users.