Proxy control interface request

I have a VPN style snap (lantern) which manipulates the system proxy setting via gsettings keys for http and https.

org.gnome.system.proxy.http, org.gnome.system.proxy.https, org.gnome.system.proxy.autoconfig-url and org.gnome.system.proxy.mode are (AIUI) the keys being set at runtime.

1 Like

Can you put your snap in devmode, connect the various existing interfaces, then run your snap and post any security policy violations?

Further debugging revealed missing libraries and environment, so I think I’ve fixed this now, without additional interfaces.