Replies: 1 comment 2 replies
-
Hi igrokit, The Microsoft way to do this would be to create pre configured, Scheduled Task. On the other hand, I would love to add the sudoers functionality and has been in my mind since the very first version. (It's mentioned in the readme from already 2 years ago). It's not a small task: It would require gsudo running as a proper windows service. (Opposite of the current promise of being a portable app that auto elevates on demand...) It means a different design, securing the service and, as you said, secured configuration. This is not small effort, and I lack the time... ... and what about the motivation?... So far, gsudo has been all voluntary work. I'm grateful of all the donations received, but they just helped cover past expenses. I've had thoughts of doing a 'pro' paid version to see if that could become profitable. And not sure maybe this could be it since: 1) it needs to be a different (non-portable) version, 2) It provides additional value to the user, 3) requires major effort to develop, Feature Ideas I've collected that it should have are:
I'm being totally honest here. For example, I have no idea if there is demand for such tool. We can discuss possible use cases if you want. Like, how would you expect it to be ? |
Beta Was this translation helpful? Give feedback.
-
In Linux, I can give any user the possibility to execute root commands by adding them to /etc/sudoers. This is of course somewhat simplified. The "sudoers" file in Linux has quite some possibilities for restricting or allowing things the user can do..
The user then has to enter his own password to gain admin privileges.
Would something similar be possible for gsudo?
Of course there would have to be some restrictions to be applied as well.
I.e. That user should not be able to change the gsudo configuration and other restrictions that make sense.
Or perhaps there is another nice utility that allows a normal user to gain admin privileges for a short time?
Dan
Beta Was this translation helpful? Give feedback.
All reactions