ghostbsd / networkmgr

NetworkMgr is a Python GTK3 network manager for FreeBSD, GhostBSD, TrueOS and DragonFlyBSD
BSD 3-Clause "New" or "Revised" License
95 stars 30 forks source link

Feature request: doas support #48

Closed Maselko closed 3 years ago

Maselko commented 3 years ago

As doas is becoming more popular, is it possible to add an option of installing with doas?

ericbsd commented 3 years ago

It was using doas in that pass, but with the FreeBSD ports team not letting setup.py or the port auto-add config to doas.conf, I resorted to sudo. It would be nice if doas could have some like doas.d.

Maselko commented 3 years ago

So, is there any way to use this with doas? If so, would you mind telling what to add to config to doas.conf? Thank you for your help.