hsseccomp: Haskell bindings to libseccomp

[ library, system ] [ Propose Tags ]

Bindings to libseccomp. See System.Linux.Seccomp for docs.


[Skip to Readme]

Modules

[Last Documentation]

  • System
    • Linux
      • System.Linux.Seccomp

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.1, 0.1.0.2, 0.2.0.1
Dependencies base (>=4.8 && <5) [details]
License LicenseRef-LGPL
Author Tom Hunger, Cornelius Diekmann
Maintainer tehunger@gmail.com
Category System
Bug tracker https://github.com/teh/hsseccomp/issues
Source repo head: git clone https://github.com/teh/hsseccomp.git
Uploaded by teh at 2016-04-28T10:31:36Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1800 total (8 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-26 [all 1 reports]

Readme for hsseccomp-0.2.0.1

[back to package description]

hsseccomp

This module provides partial bindings to libseccomp. It is very low level, modeled somewhat after the c library.

Requires kernel 3.13 with backported seccomp or newer.