GO-2025-4177: Singularity ineffectively applies of selinux / apparmor LSM process labels in github.com/sylabs/singularity

The highest tagged major version is
v4.
package
Version:
v3.0.0-beta.1+incompat...
Opens a new window with list of versions in this module.
Published: Sep 25, 2018
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package libexec maintains a set of functions for
acting on a configuration.
-
func AppList(spec *specs.Spec)
-
func ImageBuild() *image.Image
-
func ImageCreate() *image.Image
-
func ImageExpand() *image.Image
-
func ImageExport()
-
func ImageImport()
-
func InstanceList() []specs.State
-
func InstanceStart(spec *specs.Spec)
-
func InstanceStop(spec *specs.Spec)
-
func PullLibraryImage(image, libraryRef, libraryURL string, force bool, authToken string)
-
func PullOciImage(path, uri string, force bool)
-
func PullShubImage(filePath, shubRef string, force bool)
-
func PushImage(image string, library string, libraryURL string, authToken string)
-
func Sign(i image.Image)
-
func Verify(i image.Image)
AppList lists the available applications.
ImageBuild builds an image.
ImageCreate creates an image.
ImageExpand expands an image.
ImageExport exports an image.
ImageImport imports an image.
InstanceList lists the running instances.
InstanceStart starts an instance.
InstanceStop stops an instance.
func PullLibraryImage(image, libraryRef, libraryURL string, force bool, authToken string)
PullLibraryImage is the function that is responsible for pulling an image from a Sylabs library.
PullOciImage pulls an OCI image to a sif
func PullShubImage(filePath, shubRef string, force bool)
PullShubImage is the function that is responsible for pulling an image from a Singularity Hub.
PushImage is the function that is responsible for pushing an image to the Sylabs library.
Sign signs the supplied image.
Verify verifies the supplied image.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.