Hacker News new | ask | show | jobs
by vimsee 860 days ago
> ..there's enough that's different about the permissions structure between OS's that just a straight port wouldn't make sense.

Does this mean that the feature set of sudo for Windows can't be similar to the feature set found on sudo for *nix e.g. for BSD, MacOS, Linux..?

1 comments

Does sudo supports ACLs (which are the basis of Windows security model)?
It has it's own config file and can be configured to do just about anything:

https://www.sudo.ws/docs/man/1.8.15/sudoers.man/

Sorry, I don't know.