Skip to content

landlock 0.2.0.0

Compare
Choose a tag to compare
@NicolasT NicolasT released this 24 Aug 16:22
· 133 commits to main since this release
  • Support base ^>=4.15 and base ^>=4.16, tested in CI using GHC 9.0.2 and GHC 9.2.2.

  • Add a dependency on psx to avoid setxid-style security issues.

    See test/ThreadedScenario.hs for a scenario which triggers the aforementioned security issue, which needs a Glibc setxid-style work-around. This scenario is executed by the new landlock-test-threaded test-suite.

    See #9 for more background.