bindings-sipc: Low level bindings to SIPC.

[ library, program, security- ] [ Propose Tags ]

Low level bindings for the SELinux Secure Inter-Process Communications (SIPC) Library.


[Skip to Readme]

Modules

  • Bindings
    • SELinux
      • Bindings.SELinux.SIPC

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.1
Dependencies base (>=2.0 && <5), bindings-sipc [details]
License LicenseRef-LGPL
Author Justin Ethier
Maintainer Justin Ethier <github.com/justinethier>
Category Security
Home page https://github.com/justinethier/hs-bindings-sipc
Source repo head: git clone git://github.com/justinethier/hs-bindings-sipc.git
Uploaded by JustinEthier at 2012-03-02T03:15:38Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables MQSender, MQReader, MQDestroyer, MQCreator
Downloads 2031 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-10-27 [all 11 reports]

Readme for bindings-sipc-1.1

[back to package description]

Haskell bindings for the Secure Inter-Process Communications Library for SELinux.

Installation

The SIPC C library must be installed before the bindings. Please download it from this page and follow the installation instructions.

Once the library is available, Haskell bindings can be installed using cabal:

cabal update
cabal install bindings-sipc

Testing

Example programs are provided to test message queues. Before using them you need to copy data.txt from the SIPC examples directory, and you need to create a file sipc_mq_test. The programs can then be executed in order:

$ MQCreator
$ MQReader &  # Either run in background or in another terminal
$ MQSender
$ MQDestroyer