chucker / AltNetworkUtility

A clone of Apple's now-discontinued Network Utility
MIT License
3 stars 0 forks source link

Sudo? #38

Open chucker opened 2 years ago

chucker commented 2 years ago

Having a privileged helper tool would enable a few more possibilities, such as

But that's a lot of work. One path would be an installer package. Another is to have an API prompt for authorization on first use, then install a helper tool, which in turn is restricted to only do the necessary privileged things. The way to do that these days seems to be SMJobBless.

chucker commented 2 years ago

Currently blocked on xamarin-macios 13575