landlock 0.2.1.0
·
33 commits
to main
since this release
-
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 thelandlocked
executable. -
Use
capi
foreign imports instead ofccall
using theCApiFFI
language extension. -
Add a Cabal flag,
werror
, to enable compiler-Werror
and friends.