lockc-project / lockc

Making containers more secure with eBPF and Linux Security Modules (LSM)
https://lockc-project.github.io/
Apache License 2.0
218 stars 19 forks source link

Update config to 0.12 #183

Closed vadorovsky closed 2 years ago

vadorovsky commented 2 years ago

That update deprecated the way we used config crate. We used to wrap the whole config into out struct and convert config::Config into it.

After this change, we rather use config::Config directly. We also read the file in asynchronous way by using AsyncSource trait.

Signed-off-by: Michal Rostecki vadorovsky@gmail.com