Files
runc/libcontainer/exeseal/doc.go
Aleksa Sarai 627054d246 lint/revive: add package doc comments
This silences all of the "should have a package comment" lint warnings
from golangci-lint.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
2025-10-03 15:17:43 +10:00

4 lines
158 B
Go

// Package exeseal provides mechanisms for sealing /proc/self/exe and thus
// protecting the runc binary against CVE-2019-5736-style attacks.
package exeseal