When I'm done with making Ubuntu remember my password and do not ask for it before risky actions...
Is there a way to get safe pop up confirmation window (without password input, just OK
or cancel
)?
So I will know when a pesky program runs a risky action that I don't want to proceed?
Or it is not developed since the program could just simulate a click on OK
anyway?
sudo
system, while it works, is not recommended becausesudo
is called from a LOT of other scripts and such without the full path - this will likely interfere with any other systems, programs, scripts, etc. callingsudo
. – Thomas Ward Dec 29 '20 at 15:30