landlock: Haskell bindings for the Linux Landlock API
This library exposes Haskell bindings for the Linux kernel Landlock API.
The Linux kernel Landlock API provides unprivileged access control. The goal of Landlock is to enable to restrict ambient rights (e.g. global filesystem access) for a set of processes. Because Landlock is a stackable LSM, it makes possible to create safe security sandboxes as new security layers in addition to the existing system-wide access-controls. This kind of sandbox is expected to help mitigate the security impact of bugs or unexpected/malicious behaviors in user space applications. Landlock empowers any process, including unprivileged ones, to securely restrict themselves.
For more information, see the Landlock homepage and its kernel documentation.
[Skip to Readme]
library landlock
library landlock:landlock-internal
Modules
[Index] [Quick Jump]
- System
- Landlock
- System.Landlock.Flags
- System.Landlock.Hsc
- System.Landlock.OpenPath
- System.Landlock.Rules
- System.Landlock.Syscalls
- System.Landlock.Version
- Landlock
Flags
Manual Flags
Name | Description | Default |
---|---|---|
landlocked | Build the landlocked utility. | Enabled |
werror | Turn compiler warnings into errors. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- landlock-0.2.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.1.0, 0.2.1.1 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.14.2.0 && <4.18), exceptions (>=0.10.4 && <0.11), landlock, optparse-applicative (>=0.16.1.0 && <0.18), psx (>=0.1 && <0.2), unix (>=2.7.2.2 && <2.9) [details] |
Tested with | ghc ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2 || ==9.6.1 |
License | BSD-3-Clause |
Copyright | (c) 2022 Nicolas Trangez |
Author | Nicolas Trangez |
Maintainer | ikke@nicolast.be |
Category | System |
Home page | https://github.com/NicolasT/landlock-hs |
Bug tracker | https://github.com/NicolasT/landlock-hs/issues |
Source repo | head: git clone https://github.com/NicolasT/landlock-hs.git -b main(landlock) |
Uploaded | by NicolasTrangez at 2023-02-28T22:49:22Z |
Distributions | |
Executables | landlocked |
Downloads | 291 total (20 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |