Changelog for landlock-0.2.0.1
Revision history for landlock
0.2.0.1 -- 2022-08-24
- Code-wise the same as version 0.2.0.0, but said version was incorrectly published on Hackage, hence re-releasing.
0.2.0.0 -- 2022-08-24
-
Support
base ^>=4.15
andbase ^>=4.16
, tested in CI using GHC 9.0.2 and GHC 9.2.2. -
Add a dependency on
psx
to avoidsetxid
-style security issues.See
test/ThreadedScenario.hs
for a scenario which triggers the aforementioned security issue, which needs a Glibcsetxid
-style work-around. This scenario is executed by the newlandlock-test-threaded
test-suite.See https://github.com/NicolasT/landlock-hs/issues/9 for more background.
0.1.0.0 -- 2022-08-18
- First version. Released on an unsuspecting world.