On Tue, Jan 02, 2018 at 12:51:53PM -0800, Fabrizio Romano Genovese wrote:
> Hello all,
>
> Thanks for the replies! I have already installed sudo just doing
>
> qvm-run -u root fedora-25-minimal xterm
>
> as Marek suggested, and then installing sudo as I usually do via dnf. The
> problem is tha
Hello all,
Thanks for the replies! I have already installed sudo just doing
qvm-run -u root fedora-25-minimal xterm
as Marek suggested, and then installing sudo as I usually do via dnf. The
problem is that now sudo asks for the root password anyway. If for instance I
give
sudo dnf update
o
On Tue, Jan 02, 2018 at 08:16:49PM +0100, 'Tom Zander' via qubes-users wrote:
> On Tuesday, 2 January 2018 18:26:27 CET Fabrizio Romano Genovese wrote:
> > ...But how?
>
> The naming is confusing as the root password is not really removed at all.
> What happens is that a service called 'sudo' is c
On Tuesday, 2 January 2018 18:26:27 CET Fabrizio Romano Genovese wrote:
> ...But how?
The naming is confusing as the root password is not really removed at all.
What happens is that a service called 'sudo' is configured to allow you to
do anything without a password.
Make sure you have this cont
As in https://github.com/QubesOS/qubes-issues/issues/3157, by default the
fedora minimal template will ask for a password while trying to perform any
action as root. The rationale behind this is that the "ask/don't ask for root"
policy should be customizable by the user.
...But how? I tried edi