lio-fs-0.0.1.2: Labeled File System interface for LIO

Safe HaskellSafe
LanguageHaskell98

LIO.FS.Simple.DCLabel

Description

This module exposes a function for initializing a labeled filestore with the default label dcPublic.

Synopsis

Documentation

initializeDCFS :: FilePath -> IO () Source

Initialize root filesystem at supplied path with public label.

withDCFS :: FilePath -> IO a -> IO a Source

Top-level IO wrapper for using filesystem.