-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhails-cjail.cabal
43 lines (35 loc) · 1.21 KB
/
hails-cjail.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Name: hails-cjail
Version: 0.1
build-type: Simple
License: GPL-2
License-File: LICENSE
Author: HAILS team
Maintainer: Deian Stefan <deian at cs dot stanford dot edu>
Stability: experimental
Synopsis: Bindings for the Arch linux cjail
Category: Security
Cabal-Version: >= 1.6
Description:
This library provides a process-like inteface for executing
arbitrary code in a jail (using the cjail program) using an
LIO monad transformer.
Currently only Arch linux is supported. You should install
cjail from:
git clone <http://www.github.com/scslab/cjail.git>
Source-repository head
Type: git
Location: http://www.github.com/scslab/hails-cjail.git
Library
Build-Depends: base >= 4.5 && < 5,
containers >= 0.4.2 && < 0.5,
bytestring >= 0.9 && < 1,
mtl >= 1.1.0.2 && < 3,
process >= 1.1.0.1 && < 1.2,
lio >= 0.1.4 && < 0.2
ghc-options: -Wall -Werror -fno-warn-orphans
Exposed-modules:
Hails.CJail
Hails.CJail.Types
Hails.CJail.System.Process
Hails.CJail.Types.TCB
Hails.CJail.System.Process.TCB