Skip to content

landlock 0.2.1.0

Compare
Choose a tag to compare
@NicolasT NicolasT released this 22 Feb 19:47
· 33 commits to main since this release
27d2d95
  • Use vendored linux/landlock.h instead of system-provided header during
    build.

  • Support Landlock ABI v2 and LANDLOCK_ACCESS_FS_REFER as part of it.

  • Support Landlock ABI v3 and LANDLOCK_ACCESS_FS_TRUNCATE as part of it.

  • Support GHC 9.4.2 / base ^>=4.17.

  • Support unix ^>=2.8.

  • Add a new executable,landlocked, which permits to run a command in a sandboxed environment.

  • Add a flag, landlocked, which allows to not build the landlocked executable.

  • Use capi foreign imports instead of ccall using the CApiFFI language extension.

  • Add a Cabal flag, werror, to enable compiler -Werror and friends.