I need to save some configuration from a DriverKit driver. I was reading How to save kext configuration between sessions and in this case it seems that the preferred way is to save the config from a user land app. Since DriverKit drivers are in user land is there an easier way to do this or is the preferred solution the same as for kexts?
Preferably the configuration should be saved in some place that is persistent, even if the app that installs the Dext is removed from the system, this to be able to carry over configuration when the app is uninstalled and then reinstalled.