podenv-0.2.0: A container wrapper
Safe HaskellNone
LanguageHaskell2010

Podenv.Application

Description

This module contains the capability logic. The goal is to convert an Application into a Context

This module performs read-only IO

Synopsis

Documentation

prepare :: Mode -> Application -> Name -> IO Context Source #

Converts an Application into a Context

capsAll :: [Cap] Source #

The main list of capabilities

data Cap Source #

CapInfo describes a capability and how it modify the runtime context

Constructors

Cap 

Fields

data Mode Source #

Constructors

Regular 
Shell