Source: golang-github-opencontainers-selinux Section: golang Maintainer: Debian Go Packaging Team Standards-Version: 4.7.3 Uploaders: Balint Reczey , Reinhard Tartler Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-cyphar-filepath-securejoin-dev (>> 0.5), golang-golang-x-sys-dev Homepage: https://github.com/opencontainers/selinux Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-selinux Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-selinux.git XS-Go-Import-Path: github.com/opencontainers/selinux Testsuite: autopkgtest-pkg-go Package: golang-github-opencontainers-selinux-dev Architecture: all Multi-Arch: foreign Depends: golang-github-cyphar-filepath-securejoin-dev (>> 0.5), golang-golang-x-sys-dev, ${misc:Depends}, ${shlibs:Depends} Description: Go library for SELinux management and container labeling This package provides a Go library used by the Open Container Initiative (OCI) and various container runtimes to interact with Security-Enhanced Linux (SELinux). . It provides a high-level API for: * Checking the SELinux status of the host system. * Managing process labels and execution contexts for containers. * Performing file relabeling to ensure volumes and mounts have the correct security contexts. * Interacting with the system's libselinux library via CGO bindings. . This library is a critical dependency for maintaining secure isolation in containerized environments by enforcing mandatory access control policies. . This package provides the Go source code for the library.