park-bench / netcheck

Finds the best network with access to the Internet.
GNU General Public License v3.0
0 stars 0 forks source link

Starting in Non-root Mode Without Disabling Polkit Auth Causes Indefinite Erroneous Operation #34

Open eviljoel opened 1 year ago

eviljoel commented 1 year ago

I should verify that necessary network manager calls can be made before daemonization. In this case, I'm getting a PermissionDenied exception when I call Device.GetAppliedConnection when I start netcheck as a non-root user and failed to disable polkit authentication. At a minimum, I should verify a call to Device.GetAppliedConnection can be made successfully before daemonization.