I was wondering if anon-connection-wizard (acw) should be possible to start without a password on Whonix-Gateway. @iry
But then I wonder why an exception and not a general solution. If we ignore physical isolation, if we can allow everyone in sudoers group (effectively for most users only user user
) to run any command using sudo / kdesudo without entering a password.
/etc/sudoers.d/gateway-passwordless
%sudo ALL=(ALL:ALL) NOPASSWD:ALL
Any thoughts on security? @HulaHoop