bsdci / libioc

A Python library to manage jails with ioc{age,ell}
https://bsd.ci/libioc
Other
38 stars 11 forks source link

Fix missing IOC_* env variables in Jail hooks #738

Closed gronke closed 5 years ago

gronke commented 5 years ago

closes #342

Env variables from the JailGenerator.env did no longer show up in Jail Hook env variables.

This regression was introduced with https://github.com/bsdci/libioc/commit/2e13eb06cf5b459b23124028bb3d324d5e9e306c

gronke commented 5 years ago

@urosgruber finally a unit test for this case. Thanks for your patience!