Portability | portable |
---|---|
Stability | provisional |
Maintainer | [email protected] |
Safe Haskell | Safe-Inferred |
System.Linux.SELinux
Description
Haskell bindings for the SELinux API.
Documentation
type SecurityContext = StringSource
setCon :: SecurityContext -> IO ()Source
setConRaw :: SecurityContext -> IO ()Source
getPidCon :: CPid -> IO SecurityContextSource
setExecCon :: Maybe SecurityContext -> IO ()Source
setExecConRaw :: Maybe SecurityContext -> IO ()Source
setFsCreateCon :: Maybe SecurityContext -> IO ()Source
setFsCreateConRaw :: Maybe SecurityContext -> IO ()Source
setKeyCreateCon :: Maybe SecurityContext -> IO ()Source
setKeyCreateConRaw :: Maybe SecurityContext -> IO ()Source
setSockCreateCon :: Maybe SecurityContext -> IO ()Source
setSockCreateConRaw :: Maybe SecurityContext -> IO ()Source
setFileCon :: FilePath -> SecurityContext -> IO ()Source
setFileConRaw :: FilePath -> SecurityContext -> IO ()Source
lsetFileCon :: FilePath -> SecurityContext -> IO ()Source
lsetFileConRaw :: FilePath -> SecurityContext -> IO ()Source
fsetFileCon :: CInt -> SecurityContext -> IO ()Source
fsetFileConRaw :: CInt -> SecurityContext -> IO ()Source