hsseccomp: Haskell bindings to libseccomp

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.0.1, 0.1.0.2, 0.2.0.1, 0.2.0.1
Change log None available
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:30:17Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.