package
3.8.7+incompatible
Repository: https://github.com/hpcng/singularity.git
Documentation: pkg.go.dev
# Functions
LoadConfig opens an ECL config file and unmarshals it into structures.
PutConfig takes the content of an EclConfig struct and Marshals it to file.
# Structs
EclConfig describes the structure of an execution control list configuration file.
Execgroup describes an execution group, the main unit of configuration: TagName: a descriptive identifier ListMode: whether the execgroup follows a whitelist, whitestrict or blacklist model whitelist: one or more KeyFP's present and verified, whitestrict: all KeyFP's present and verified, blacklist: none of the KeyFP should be present DirPath: containers must be stored in this directory path KeyFPs: list of Key Fingerprints of entities to verify.